diff options
| author | mrezai | 2016-04-15 19:10:56 +0430 |
|---|---|---|
| committer | mrezai | 2016-04-15 19:10:56 +0430 |
| commit | 1db2759f5e41dab1d3dcba8b67ae7dd4a52edd14 (patch) | |
| tree | ac294f9e600267f3e05696f10d25ebb2107a0e1e /.travis.yml | |
| parent | 880f4abda44a42532abb6f15999a90bc85f6264a (diff) | |
| download | godot-1db2759f5e41dab1d3dcba8b67ae7dd4a52edd14.tar.gz godot-1db2759f5e41dab1d3dcba8b67ae7dd4a52edd14.tar.zst godot-1db2759f5e41dab1d3dcba8b67ae7dd4a52edd14.zip | |
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 11dcdf447..f2f087fc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,4 +71,4 @@ before_script: - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$GODOT_TARGET" = "android" ]; then brew update; brew install android-sdk android-ndk; export ANDROID_HOME=/usr/local/opt/android-sdk; export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk; fi script: - - scons platform=$GODOT_TARGET CXX=$CXX + - scons platform=$GODOT_TARGET CXX=$CXX openssl=builtin |
