Skip to content

Commit 75cc7c0

Browse files
committed
Fix cflags
1 parent 4686144 commit 75cc7c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.jenkins-osx.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ if [[ ${label} == *'osx-i386'* ]]; then
99
else
1010
EXTRA_CFLAGS="$EXTRA_CFLAGS -m64 -arch x86_64 -mmacosx-version-min=10.9"
1111
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"
1312
fi
1413

1514
export CFLAGS="$CFLAGS $EXTRA_CFLAGS"

0 commit comments

Comments
 (0)