diff options
Diffstat (limited to 'go/bls')
-rw-r--r-- | go/bls/bls.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go/bls/bls.go b/go/bls/bls.go index 91d5a24..8c34d7e 100644 --- a/go/bls/bls.go +++ b/go/bls/bls.go @@ -1,7 +1,8 @@ package bls /* -#cgo pkg-config: bls +#cgo CFLAGS:-I../../include +#cgo LDFLAGS:-lbls_if -lbls -lmcl -lgmpxx -lstdc++ -lgmp -lcrypto -L../../lib -L../../../mcl/lib #cgo bn256 CFLAGS:-UBLS_MAX_OP_UNIT_SIZE -DBLS_MAX_OP_UNIT_SIZE=4 #cgo bn384 CFLAGS:-UBLS_MAX_OP_UNIT_SIZE -DBLS_MAX_OP_UNIT_SIZE=6 #include <bls/bls_if.h> |