summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorBłażej Szczygieł <spaz16@wp.pl>2016-10-16 22:22:21 +0200
committerBłażej Szczygieł <spaz16@wp.pl>2016-10-16 22:31:27 +0200
commit4ffa8f224d8d57520bd4953d67291c83152cd5e5 (patch)
treeb27f6f54ea16f798def5e652b54e73fdd0ee358f /platform/android
parent89132224a651c0e0d4121270f63decb9a678ff88 (diff)
Theora: Don't compile unnecessary files, rename "x86_opt_*"
Diffstat (limited to 'platform/android')
-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')