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"
export SDKROOT
CFLAGS="-isysroot ${SDKROOT} -arch ${ARCH} -miphoneos-version-min=${SDK_MIN} ${OPTIM}"
if [ "$ARCH" = "armv7" -o "$ARCH" = "armv7s" ]; then
CFLAGS+="-mcpu=cortex-a8"
CFLAGS+=" -mcpu=cortex-a8"
fi
export 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