Commit 5bf7355f authored by Felix Paul Kühne's avatar Felix Paul Kühne

extras/ios: fix compilation with Xcode 5.1

parent 0a052383
......@@ -138,6 +138,7 @@ fi
else
export CFLAGS="-isysroot ${SDKROOT} -arch ${ARCH} -miphoneos-version-min=${SDK_MIN} ${OPTIM}"
fi
export CFLAGS="${CFLAGS} -Wno-error=unused-command-line-argument-hard-error-in-future"
export CPPFLAGS="${CFLAGS}"
export CXXFLAGS="${CFLAGS}"
export OBJCFLAGS="${CFLAGS}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment