diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-10-16 23:02:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 23:02:30 +0200 |
commit | 73cb001e4917cea0521a9417a9242f7c2cebcd38 (patch) | |
tree | b27f6f54ea16f798def5e652b54e73fdd0ee358f /platform/x11/detect.py | |
parent | 89132224a651c0e0d4121270f63decb9a678ff88 (diff) | |
parent | 4ffa8f224d8d57520bd4953d67291c83152cd5e5 (diff) |
Merge pull request #6848 from zaps166/x86_libtheora_opt
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 |