diff options
author | Błażej Szczygieł <spaz16@wp.pl> | 2016-10-16 22:22:21 +0200 |
---|---|---|
committer | Błażej Szczygieł <spaz16@wp.pl> | 2016-10-16 22:31:27 +0200 |
commit | 4ffa8f224d8d57520bd4953d67291c83152cd5e5 (patch) | |
tree | b27f6f54ea16f798def5e652b54e73fdd0ee358f /platform/x11/detect.py | |
parent | 89132224a651c0e0d4121270f63decb9a678ff88 (diff) | |
download | redot-engine-4ffa8f224d8d57520bd4953d67291c83152cd5e5.tar.gz |
Theora: Don't compile unnecessary files, rename "x86_opt_*"
Diffstat (limited to 'platform/x11/detect.py')
-rw-r--r-- | platform/x11/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py index 92bc58d7b0..eb71ac7409 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -237,5 +237,5 @@ def configure(env): list_of_x86 = ['x86_64', 'x86', 'i386', 'i586'] if any(platform.machine() in s for s in list_of_x86): - env["x86_opt_gcc"]=True + env["x86_libtheora_opt_gcc"]=True |