diff options
| author | Błażej Szczygieł | 2016-10-16 22:22:21 +0200 |
|---|---|---|
| committer | Błażej Szczygieł | 2016-10-16 22:31:27 +0200 |
| commit | 4ffa8f224d8d57520bd4953d67291c83152cd5e5 (patch) | |
| tree | b27f6f54ea16f798def5e652b54e73fdd0ee358f /platform/android/detect.py | |
| parent | 89132224a651c0e0d4121270f63decb9a678ff88 (diff) | |
| download | godot-4ffa8f224d8d57520bd4953d67291c83152cd5e5.tar.gz godot-4ffa8f224d8d57520bd4953d67291c83152cd5e5.tar.zst godot-4ffa8f224d8d57520bd4953d67291c83152cd5e5.zip | |
Diffstat (limited to 'platform/android/detect.py')
| -rw-r--r-- | platform/android/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py index 8d56dbcda..f778e9a09 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') |
