Fixed theos path
This commit is contained in:
@@ -83,7 +83,7 @@ fi
|
|||||||
|
|
||||||
# Let's launch de iOS cross-compilation
|
# Let's launch de iOS cross-compilation
|
||||||
if [ "$BUILD_TYPE" = "iOS" ]; then
|
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 .
|
cp projects/mtg/iOS/control .
|
||||||
make -j4 -f makefile.ios package
|
make -j4 -f makefile.ios package
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user