diff options
| author | Rémi Verschelde | 2018-01-13 15:16:11 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-01-13 15:16:22 +0100 |
| commit | e141845bfb3e12a9213c8682d5b2589ce5305f70 (patch) | |
| tree | 25f7f08bd8e667a023583dfd6d13a9a83e9b8f5c /SConstruct | |
| parent | af9c2f8b9c7ab85af386e8482f6e92b20e40905f (diff) | |
| download | godot-e141845bfb3e12a9213c8682d5b2589ce5305f70.tar.gz godot-e141845bfb3e12a9213c8682d5b2589ce5305f70.tar.zst godot-e141845bfb3e12a9213c8682d5b2589ce5305f70.zip | |
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 9fced81f9..7e82e582d 100644 --- a/SConstruct +++ b/SConstruct @@ -171,6 +171,7 @@ opts.Add(BoolVariable('dev', "If yes, alias for verbose=yes warnings=all", False opts.Add(EnumVariable('macports_clang', "Build using clang from MacPorts", 'no', ('no', '5.0', 'devel'))) # 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_freetype', "Use the builtin freetype library", True)) opts.Add(BoolVariable('builtin_libogg', "Use the builtin libogg library", True)) |
