aboutsummaryrefslogtreecommitdiff
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde2016-11-03 00:23:55 +0100
committerRémi Verschelde2016-11-03 08:41:10 +0100
commitce54b6ea8b080085d66937750c8e729f862da3ea (patch)
tree66c069add50fa500409dabedd675821babcae57b /platform/android/detect.py
parent5ee9a9962feceb63eafa798576fc60cc95fa97df (diff)
downloadgodot-ce54b6ea8b080085d66937750c8e729f862da3ea.tar.gz
godot-ce54b6ea8b080085d66937750c8e729f862da3ea.tar.zst
godot-ce54b6ea8b080085d66937750c8e729f862da3ea.zip
scons: Reorder options for clarity
Also prefix all thirdparty-related toggles with `builtin`. (cherry picked from commit cc95d4448c6005c3007c8460f09b8be1595eb3c0)
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r--platform/android/detect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index 23c4470b0..7f197895f 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -37,7 +37,6 @@ def get_flags():
return [
('tools', 'no'),
- ('openssl', 'builtin'), # use builtin openssl
]