Fixed theos path

This commit is contained in:
Xawotihs
2016-06-04 22:05:04 +02:00
parent 8f69e2a204
commit d802ec4b59

View File

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