There was an error while loading. Please reload this page.
1 parent 4686144 commit 75cc7c0Copy full SHA for 75cc7c0
.jenkins-osx.sh
@@ -9,7 +9,6 @@ if [[ ${label} == *'osx-i386'* ]]; then
9
else
10
EXTRA_CFLAGS="$EXTRA_CFLAGS -m64 -arch x86_64 -mmacosx-version-min=10.9"
11
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -m64 -arch x86_64"
12
-EXTRA_CONF_FLAGS="--host=x86_64-apple-darwin13.0.0 --build=x86_64-apple-darwin13.0.0"
13
fi
14
15
export CFLAGS="$CFLAGS $EXTRA_CFLAGS"
0 commit comments