diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-12-24 18:00:38 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-12-24 18:00:38 +0000 |
| commit | 801ebcd5a513f7a7014c1318d137e0e9e2fa3901 (patch) | |
| tree | 0473f72e934a65ce60a0c0eb2d2651b1a4c01f07 | |
| parent | Updated cmake toolchain (diff) | |
| download | DiligentEngine-801ebcd5a513f7a7014c1318d137e0e9e2fa3901.tar.gz DiligentEngine-801ebcd5a513f7a7014c1318d137e0e9e2fa3901.zip | |
Updated build script for iOS
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index db0d828..a617677 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,7 +88,7 @@ script: - | if [ "$TRAVIS_OS_NAME" = "osx" ]; then if [ "$IOS" = "true" ]; then - cmake .. -DCMAKE_TOOLCHAIN_FILE=../DiligentCore/ios.toolchain.cmake -DIOS_PLATFORM=OS64 -DENABLE_TESTS=TRUE -G "Xcode" + cmake .. -DCMAKE_TOOLCHAIN_FILE=../DiligentCore/ios.toolchain.cmake -DIOS_PLATFORM=SIMULATOR64 -DENABLE_TESTS=TRUE -G "Xcode" else cmake .. -DENABLE_TESTS=TRUE -G "Xcode" fi |
