From d802ec4b59dd7103d991719d11725fd65f380c9d Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sat, 4 Jun 2016 22:05:04 +0200 Subject: [PATCH] Fixed theos path --- tools/travis-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-script.sh b/tools/travis-script.sh index b5af790a1..7bbdfedb9 100755 --- a/tools/travis-script.sh +++ b/tools/travis-script.sh @@ -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