aboutsummaryrefslogtreecommitdiff
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-10-16 22:22:21 +0200
committerRémi Verschelde2016-10-30 14:51:34 +0100
commit7143401e25763720b74bbcaf24b7dc46b3b22292 (patch)
treeb767e3b420e011a31088bd71625ced685a74d224 /platform/android/detect.py
parentf4414e3e037e0c746fb9c061e0ffe1793e95f0a7 (diff)
downloadgodot-7143401e25763720b74bbcaf24b7dc46b3b22292.tar.gz
godot-7143401e25763720b74bbcaf24b7dc46b3b22292.tar.zst
godot-7143401e25763720b74bbcaf24b7dc46b3b22292.zip
Theora: Don't compile unnecessary files, rename "x86_opt_*"
(cherry picked from commit 4ffa8f224d8d57520bd4953d67291c83152cd5e5)
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r--platform/android/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index 99a3b740c..842036f98 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -96,7 +96,7 @@ def configure(env):
if env['android_arch']=='x86':
env['NDK_TARGET']=env['NDK_TARGET_X86']
- env["x86_opt_gcc"]=True
+ env["x86_libtheora_opt_gcc"]=True
if env['PLATFORM'] == 'win32':
env.Tool('gcc')