summaryrefslogtreecommitdiff
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-10-16 23:02:30 +0200
committerGitHub <noreply@github.com>2016-10-16 23:02:30 +0200
commit73cb001e4917cea0521a9417a9242f7c2cebcd38 (patch)
treeb27f6f54ea16f798def5e652b54e73fdd0ee358f /platform/android/detect.py
parent89132224a651c0e0d4121270f63decb9a678ff88 (diff)
parent4ffa8f224d8d57520bd4953d67291c83152cd5e5 (diff)
Merge pull request #6848 from zaps166/x86_libtheora_opt
Theora: Don't compile unnecessary files, rename "x86_opt_*"
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 8d56dbcdaa..f778e9a095 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')