diff options
| author | mhilbrunner | 2018-05-11 02:00:16 +0200 |
|---|---|---|
| committer | mhilbrunner | 2018-06-07 01:52:04 +0200 |
| commit | c21da40de5fb20ade5b07dcc961c9364ba3815af (patch) | |
| tree | 0afa8202296f30dcd939bc24492e97d4864f4fb1 /SConstruct | |
| parent | e854a71fac776cf49a0d65468e8130401eff3c6b (diff) | |
| download | godot-c21da40de5fb20ade5b07dcc961c9364ba3815af.tar.gz godot-c21da40de5fb20ade5b07dcc961c9364ba3815af.tar.zst godot-c21da40de5fb20ade5b07dcc961c9364ba3815af.zip | |
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 63105bfa8..c791316ff 100644 --- a/SConstruct +++ b/SConstruct @@ -175,6 +175,7 @@ opts.Add(EnumVariable('macports_clang', "Build using clang from MacPorts", 'no', # Thirdparty libraries opts.Add(BoolVariable('builtin_bullet', "Use the builtin bullet library", True)) opts.Add(BoolVariable('builtin_enet', "Use the builtin enet library", True)) +opts.Add(BoolVariable('builtin_miniupnpc', "Use the builtin miniupnpc library", True)) opts.Add(BoolVariable('builtin_freetype', "Use the builtin freetype library", True)) opts.Add(BoolVariable('builtin_libogg', "Use the builtin libogg library", True)) opts.Add(BoolVariable('builtin_libpng', "Use the builtin libpng library", True)) |
