diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-06-06 04:59:29 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-06-06 04:59:29 +0800 |
commit | b93d19879787b0e197f7ca3351a6becf549fe8fd (patch) | |
tree | 6d6e803eeb3d8d807490bf594580e17951169e9b /Makefile | |
parent | f64a67ab06aded2609e51078e8b8db6db87b7b7a (diff) | |
download | dexon-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |