diff options
| author | Rémi Verschelde | 2016-11-03 00:23:55 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-11-03 08:41:10 +0100 |
| commit | ce54b6ea8b080085d66937750c8e729f862da3ea (patch) | |
| tree | 66c069add50fa500409dabedd675821babcae57b /modules/mpc | |
| parent | 5ee9a9962feceb63eafa798576fc60cc95fa97df (diff) | |
| download | godot-ce54b6ea8b080085d66937750c8e729f862da3ea.tar.gz godot-ce54b6ea8b080085d66937750c8e729f862da3ea.tar.zst godot-ce54b6ea8b080085d66937750c8e729f862da3ea.zip | |
scons: Reorder options for clarity
Also prefix all thirdparty-related toggles with `builtin`.
(cherry picked from commit cc95d4448c6005c3007c8460f09b8be1595eb3c0)
Diffstat (limited to 'modules/mpc')
| -rw-r--r-- | modules/mpc/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mpc/SCsub b/modules/mpc/SCsub index 80d2ab4ab..76b7cbea7 100644 --- a/modules/mpc/SCsub +++ b/modules/mpc/SCsub @@ -6,7 +6,7 @@ Import('env_modules') env_mpc = env_modules.Clone() # Thirdparty source files -if (env["libmpcdec"] != "system"): # builtin +if (env['builtin_libmpcdec'] != 'no'): thirdparty_dir = "#thirdparty/libmpcdec/" thirdparty_sources = [ "huffman.c", |
