Fixed theos path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user