We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa512bd commit f1e31c0Copy full SHA for f1e31c0
spkg-install
@@ -26,7 +26,7 @@ if [ $(uname) = "Darwin" ]; then
26
# We use make.osx, which sets bunch of environment variables that are
27
# needed on OSX
28
# dont' set ARCH_FLAGS
29
- sed -i .bak "s/^ARCH_FLAGS/#ARCH_FLAGS/" make.osx
+ /usr/bin/sed -i .bak "s/^ARCH_FLAGS/#ARCH_FLAGS/" make.osx
30
# setup.py build:
31
make -f make.osx mpl_build
32
# setup.py install:
0 commit comments