Commit 58c5bed5 authored by Felix Paul Kühne's avatar Felix Paul Kühne

extras/ios: remove hack since it is no longer needed

parent 05260017
......@@ -138,10 +138,6 @@ 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}"
export CPP="xcrun cc -E"
export CXXCPP="xcrun c++ -E"
......
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