Should fix iOS build

This commit is contained in:
xawotihs
2016-06-04 21:44:35 +02:00
parent c3fc579907
commit 8f69e2a204
11 changed files with 153 additions and 24 deletions

View File

@@ -83,7 +83,7 @@ fi
# Let's launch de iOS cross-compilation
if [ "$BUILD_TYPE" = "iOS" ]; then
cd projects/mtg/iOS
make -j 4 package
cd ../../..
cmake -DCMAKE_TOOLCHAIN_FILE=CMakeModules/ios-theos.toolchain.cmake -DTHEOS_PATH=/opt/theos .
cp projects/mtg/iOS/control .
make -j4 -f makefile.ios package
fi