diff options
| author | Elliott Sales de Andrade | 2017-09-25 00:22:58 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade | 2017-09-25 14:36:30 -0400 |
| commit | 45a9a680a3cf54d4f43c46c3ec43a108ee62b834 (patch) | |
| tree | b7c005cadf0fa5754ea35d150208217eaeb49cce /platform/osx/detect.py | |
| parent | ffab67b8daea8e3379824105439eba8226b72fde (diff) | |
| download | godot-45a9a680a3cf54d4f43c46c3ec43a108ee62b834.tar.gz godot-45a9a680a3cf54d4f43c46c3ec43a108ee62b834.tar.zst godot-45a9a680a3cf54d4f43c46c3ec43a108ee62b834.zip | |
Diffstat (limited to 'platform/osx/detect.py')
| -rw-r--r-- | platform/osx/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py index 3ae95f188..51da00071 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -97,7 +97,7 @@ def configure(env): ## Dependencies - if (env['builtin_libtheora'] != 'no'): + if env['builtin_libtheora']: env["x86_libtheora_opt_gcc"] = True ## Flags |
