diff options
Diffstat (limited to 'go')
-rw-r--r-- | go/bls/bls.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/bls/bls.go b/go/bls/bls.go index 8495770..91da636 100644 --- a/go/bls/bls.go +++ b/go/bls/bls.go @@ -2,7 +2,7 @@ package bls /* #cgo CFLAGS:-DMCLBN_FP_UNIT_SIZE=6 -#cgo LDFLAGS:-lbls384 -lmcl -lgmpxx -lstdc++ -lgmp -lcrypto +#cgo LDFLAGS:-lbls384_dy -lgmpxx -lstdc++ -lgmp -lcrypto #include <bls/bls.h> */ import "C" |