aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-08-01 08:25:54 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-08-01 08:25:54 +0800
commit9feb40dbffe802f69c21656e7bbc8bf3063b4c4d (patch)
tree071f0626414581fd9e55cd9b2ce1a8e8e30ef354
parentdf49141a91f0674d9122a2d66413939f70ba6777 (diff)
downloaddexon-bls-9feb40dbffe802f69c21656e7bbc8bf3063b4c4d.tar
dexon-bls-9feb40dbffe802f69c21656e7bbc8bf3063b4c4d.tar.gz
dexon-bls-9feb40dbffe802f69c21656e7bbc8bf3063b4c4d.tar.bz2
dexon-bls-9feb40dbffe802f69c21656e7bbc8bf3063b4c4d.tar.lz
dexon-bls-9feb40dbffe802f69c21656e7bbc8bf3063b4c4d.tar.xz
dexon-bls-9feb40dbffe802f69c21656e7bbc8bf3063b4c4d.tar.zst
dexon-bls-9feb40dbffe802f69c21656e7bbc8bf3063b4c4d.zip
forget to commit
-rw-r--r--ffi/go/bls/bls.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffi/go/bls/bls.go b/ffi/go/bls/bls.go
index a59eded..4d89baf 100644
--- a/ffi/go/bls/bls.go
+++ b/ffi/go/bls/bls.go
@@ -1,6 +1,8 @@
package bls
/*
+#cgo CFLAGS:-I../../../include -I../../../../mcl/include/
+#cgo LDFLAGS:-L../../../lib
#cgo CFLAGS:-DMCLBN_FP_UNIT_SIZE=6
#cgo LDFLAGS:-lbls384_dy -lcrypto -lgmp -lgmpxx -lstdc++
#include <bls/bls.h>