Thanks to visit codestin.com Credit goes to github.com
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 3641e09 commit 525d68eCopy full SHA for 525d68e
1 file changed
make.osx
@@ -40,7 +40,7 @@ fetch:
40
zlib:
41
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH} &&\
42
rm -rf zlib-${ZLIBVERSION} &&\
43
- tar xvfj zlib-${ZLIBVERSION}.tar.gz &&\
+ tar xvfz zlib-${ZLIBVERSION}.tar.gz &&\
44
cd zlib-${ZLIBVERSION} &&\
45
export MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} &&\
46
export CFLAGS=${CFLAGS} &&\
0 commit comments