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

Skip to content

Commit 1d7797c

Browse files
committed
Removed the PREFIX from mpl_install in order to install into relevant site-packages.
1 parent ce1b43e commit 1d7797c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make.osx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ mpl_install:
9393
export MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} &&\
9494
export CFLAGS=${CFLAGS} &&\
9595
export LDFLAGS=${LDFLAGS} &&\
96-
${PYTHON} setup.py install --prefix=${PREFIX}
96+
${PYTHON} setup.py install
9797

9898

9999
binaries:

0 commit comments

Comments
 (0)