scons: Reorder options for clarity

Also prefix all thirdparty-related toggles with `builtin`.

(cherry picked from commit cc95d4448c)
This commit is contained in:
Rémi Verschelde
2016-11-03 00:23:55 +01:00
parent 5ee9a9962f
commit ce54b6ea8b
19 changed files with 83 additions and 76 deletions

View File

@@ -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",