Skip to content

Commit ad3ae37

Browse files
author
DiligentGraphics
authored
Fixed typo in travis iOS build script
1 parent 83a8751 commit ad3ae37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ script:
8282
- |
8383
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
8484
if [ "$IOS" = "true" ]; then
85-
cmake .. -DCMAKE_TOOLCHAIN_FILE=../DiligentCore/ios.toolchain.cmake -DIOSPLATFORM=OS -G "Xcode"
85+
cmake .. -DCMAKE_TOOLCHAIN_FILE=../DiligentCore/ios.toolchain.cmake -DIOS_PLATFORM=OS -G "Xcode"
8686
else
8787
cmake .. -G "Xcode"
8888
fi

0 commit comments

Comments
 (0)