Skip to content

Commit

Permalink
chore: add cgo directive for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed May 30, 2024
1 parent 9bc6ae9 commit 81da706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/golang/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package peerdas_kzg
#cgo darwin,arm64 LDFLAGS: ./build/aarch64-apple-darwin/libc_peerdas_kzg.a
#cgo linux,amd64 LDFLAGS: ./build/x86_64-unknown-linux-gnu/libc_peerdas_kzg.a
#cgo linux,arm64 LDFLAGS: ./build/aarch64-unknown-linux-gnu/libc_peerdas_kzg.a
#cgo windows LDFLAGS: ./build/x86_64-pc-windows-gnu/libc_peerdas_kzg.a
#include "./build/c_peerdas_kzg.h"
*/
import "C"
Expand Down

0 comments on commit 81da706

Please sign in to comment.