Skip to content

Commit 81da706

Browse files
committed
chore: add cgo directive for windows
1 parent 9bc6ae9 commit 81da706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/golang/prover.go

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package peerdas_kzg
55
#cgo darwin,arm64 LDFLAGS: ./build/aarch64-apple-darwin/libc_peerdas_kzg.a
66
#cgo linux,amd64 LDFLAGS: ./build/x86_64-unknown-linux-gnu/libc_peerdas_kzg.a
77
#cgo linux,arm64 LDFLAGS: ./build/aarch64-unknown-linux-gnu/libc_peerdas_kzg.a
8+
#cgo windows LDFLAGS: ./build/x86_64-pc-windows-gnu/libc_peerdas_kzg.a
89
#include "./build/c_peerdas_kzg.h"
910
*/
1011
import "C"

0 commit comments

Comments
 (0)