Skip to content

Commit

Permalink
Need to add libssl and libcrypto to JL_PRIVATE_LIBS on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jan 16, 2015
1 parent 0805c3d commit 5900fab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ JL_PRIVATE_LIBS += mpfr
endif
ifeq ($(USE_SYSTEM_LIBGIT2),0)
JL_PRIVATE_LIBS += git2
ifeq ($(OS),Linux)
JL_PRIVATE_LIBS += ssl crypto
endif
endif
ifeq ($(USE_SYSTEM_ARPACK),0)
JL_PRIVATE_LIBS += arpack
Expand Down

0 comments on commit 5900fab

Please sign in to comment.