Commit 0c3ed7f8 authored by Felix Paul Kühne's avatar Felix Paul Kühne

ios build script: compilation fix

(cherry picked from commit 5fff2137800daf98807ff06b458589c115bb03fb)
parent 46428139
......@@ -139,6 +139,8 @@ else
export CFLAGS="-isysroot ${SDKROOT} -arch ${ARCH} -miphoneos-version-min=${SDK_MIN} ${OPTIM}"
fi
export CPPFLAGS="${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