File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 detected_OS := $(shell uname -s)
1313 ifeq ($(detected_OS),Darwin)
1414 DLL_EXT := .dylib
15- export LD_LIBRARY_PATH := /usr/local/opt/openssl/lib:/usr/local/opt/gmp/lib:"$(LD_LIBRARY_PATH)"
16- export CPATH := /usr/local/opt/openssl/include:/usr/local/opt/gmp/include:/usr/local/opt/boost/include:"$(CPATH)"
17- export PKG_CONFIG_PATH := /usr/local/opt/openssl/lib/pkgconfig:"$(PKG_CONFIG_PATH)"
15+ export LD_LIBRARY_PATH := /usr/local/opt/openssl/lib:/usr/local/opt/gmp/lib:$(LD_LIBRARY_PATH)
16+ export LIBRARY_PATH := /usr/local/opt/gmp/lib:$(LIBRARY_PATH)
17+ export CPATH := /usr/local/opt/openssl/include:/usr/local/opt/gmp/include:/usr/local/opt/boost/include:$(CPATH)
18+ export PKG_CONFIG_PATH := /usr/local/opt/openssl/lib/pkgconfig:$(PKG_CONFIG_PATH)
1819 CMAKE_TYPE := cmake-release
1920 else
2021 DLL_EXT := .so
You can’t perform that action at this time.
0 commit comments