Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8286486

Browse files
committed
add dyld to mac osx file
svn path=/trunk/matplotlib/; revision=7657
1 parent 782b5a1 commit 8286486

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

make.osx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ mpl_build:
7676
export MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} &&\
7777
export CFLAGS=${CFLAGS_DEPS} &&\
7878
export LDFLAGS=${LDFLAGS_DEPS} &&\
79+
export LD_LIBRARY_PATH=${PREFIX}/lib &&\
80+
export DYLD_LIBRARY_PATH=${PREFIX}/lib &&\
7981
python setup.py build
8082

8183
mpl_install:

0 commit comments

Comments
 (0)