diff options
| author | mrezai | 2016-04-15 19:10:56 +0430 |
|---|---|---|
| committer | Rémi Verschelde | 2016-04-27 08:49:45 +0200 |
| commit | cabb80ecf4e27a4d506439b4252835efc9073b96 (patch) | |
| tree | 2c432728e9551c81d04bb661617a1a7310e8f978 | |
| parent | 3efa0f130dbaaba5eecb42f76ed7518eedfdf0c8 (diff) | |
| download | godot-cabb80ecf4e27a4d506439b4252835efc9073b96.tar.gz godot-cabb80ecf4e27a4d506439b4252835efc9073b96.tar.zst godot-cabb80ecf4e27a4d506439b4252835efc9073b96.zip | |
Add openssl=builtin to build command in .travis.yml
(cherry picked from commit 1db2759f5e41dab1d3dcba8b67ae7dd4a52edd14)
| -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 |
