diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/macosx-build-dependencies.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 26420e0..0ce9908 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -232,7 +232,7 @@ build_glew()    cd glew-$version    mkdir -p $DEPLOYDIR/lib/pkgconfig    # To avoid running strip on a fat archive as this is not supported by strip -  sed -i bak -e "s/\$(STRIP) -x lib\/\$(LIB.STATIC)//" Makefile  +  sed -ibak -e "s/\$(STRIP) -x lib\/\$(LIB.STATIC)//" Makefile     if $OPTION_32BIT; then      GLEW_EXTRA_FLAGS="-arch i386"    fi | 
