We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7764061 commit 21e3b32Copy full SHA for 21e3b32
build/gnumake-mac-gcc.inc
@@ -29,6 +29,7 @@ endif
29
LIBS += $(PY_CONDA_ROOT)/lib/libpython$(PY_MAJOR_VERSION).$(PY_MINOR_VERSION).dylib
30
INCPATH += -I$(PY_CONDA_ROOT)/include
31
INCPATH += -I$(PY_CONDA_ROOT)/include/python$(PY_MAJOR_VERSION).$(PY_MINOR_VERSION)
32
+LDFLAGS += -rpath $(PY_CONDA_ROOT)/lib
33
34
ifdef PY_NUMPY
35
INCPATH += -I$(PY_CONDA_ROOT)/lib/python$(PY_MAJOR_VERSION).$(PY_MINOR_VERSION)/site-packages/numpy/core/include
0 commit comments