aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-06-06 04:59:29 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-06-06 04:59:29 +0800
commitb93d19879787b0e197f7ca3351a6becf549fe8fd (patch)
tree6d6e803eeb3d8d807490bf594580e17951169e9b /Makefile
parentf64a67ab06aded2609e51078e8b8db6db87b7b7a (diff)
downloaddexon-bls-b93d19879787b0e197f7ca3351a6becf549fe8fd.tar
dexon-bls-b93d19879787b0e197f7ca3351a6becf549fe8fd.tar.gz
dexon-bls-b93d19879787b0e197f7ca3351a6becf549fe8fd.tar.bz2
dexon-bls-b93d19879787b0e197f7ca3351a6becf549fe8fd.tar.lz
dexon-bls-b93d19879787b0e197f7ca3351a6becf549fe8fd.tar.xz
dexon-bls-b93d19879787b0e197f7ca3351a6becf549fe8fd.tar.zst
dexon-bls-b93d19879787b0e197f7ca3351a6becf549fe8fd.zip
impl bls by mclBn* api
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74e5593..019602c 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ $(BLS384_LIB): $(LIB_OBJ) $(OBJ_DIR)/bls_c384.o
$(BLS384_SLIB): $(BLS384_LIB) $(BN384_LIB)
# $(PRE)$(CXX) -shared -o $@ -Wl,--whole-archive $(BLS384_LIB) $(BN384_LIB) $(MCL_LIB) -Wl,--no-whole-archive
- $(PRE)$(CXX) -shared -o $@ -Wl,--whole-archive $(BLS384_LIB) $(BN384_LIB) -Wl,--no-whole-archive
+ $(PRE)$(CXX) -shared -o $@ -Wl,--whole-archive $(BLS384_LIB) -Wl,--no-whole-archive
VPATH=test sample src