Commit 94452373 authored by Felix Paul Kühne's avatar Felix Paul Kühne

extras: add missing space

parent 7ea540cd
...@@ -140,7 +140,7 @@ export STRIP="xcrun strip" ...@@ -140,7 +140,7 @@ export STRIP="xcrun strip"
export SDKROOT export SDKROOT
CFLAGS="-isysroot ${SDKROOT} -arch ${ARCH} -miphoneos-version-min=${SDK_MIN} ${OPTIM}" CFLAGS="-isysroot ${SDKROOT} -arch ${ARCH} -miphoneos-version-min=${SDK_MIN} ${OPTIM}"
if [ "$ARCH" = "armv7" -o "$ARCH" = "armv7s" ]; then if [ "$ARCH" = "armv7" -o "$ARCH" = "armv7s" ]; then
CFLAGS+="-mcpu=cortex-a8" CFLAGS+=" -mcpu=cortex-a8"
fi fi
export CFLAGS export CFLAGS
export CPPFLAGS="${CFLAGS}" export CPPFLAGS="${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