]> git.sesse.net Git - vlc/commitdiff
ios build script: compilation fix
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 5 Jul 2014 09:28:35 +0000 (11:28 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 6 Jul 2014 22:03:13 +0000 (00:03 +0200)
extras/package/ios/build.sh

index d3dce3ab38657dd70be86db2d1961f0f031a7c74..b5aa3647c3479081ce0c8a4745d5e64cd6c6b8fa 100755 (executable)
@@ -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"