Skip to content

Commit

Permalink
[build] fix build error on Mac OS X
Browse files Browse the repository at this point in the history
This is to fix the build error after Mac OS X upgrade.

Signed-off-by: Leo Chen <[email protected]>
  • Loading branch information
Leo Chen committed May 26, 2019
1 parent eb31510 commit fb5d1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ifeq ($(MCL_USE_GMP),1)
GMP_LIB=-lgmp -lgmpxx
endif
ifeq ($(MCL_USE_OPENSSL),1)
OPENSSL_LIB=-lcrypto
OPENSSL_LIB=-L${OPENSSL_DIR}/lib -lcrypto
endif
LDFLAGS+=$(GMP_LIB) $(OPENSSL_LIB) $(BIT_OPT) $(LDFLAGS_USER)

Expand Down

0 comments on commit fb5d1d8

Please sign in to comment.