diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-09-27 09:39:53 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-11 12:02:50 +0100 |
commit | 65ad12e79ae17c72e04af03371ac32df7e37f229 (patch) | |
tree | 555c5d3d0c8f594937d061e270aa3e870a19a060 /SConstruct | |
parent | 7458a601cecf4d6f22ffd284ebe5ec114f7f0b56 (diff) |
glslang: Disable warnings and allow unbundling
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 7773304bbb..f96cd93fdf 100644 --- a/SConstruct +++ b/SConstruct @@ -140,6 +140,7 @@ opts.Add(BoolVariable('builtin_bullet', "Use the built-in Bullet library", True) opts.Add(BoolVariable('builtin_certs', "Bundle default SSL certificates to be used if you don't specify an override in the project settings", True)) opts.Add(BoolVariable('builtin_enet', "Use the built-in ENet library", True)) opts.Add(BoolVariable('builtin_freetype', "Use the built-in FreeType library", True)) +opts.Add(BoolVariable('builtin_glslang', "Use the built-in glslang library", True)) opts.Add(BoolVariable('builtin_libogg', "Use the built-in libogg library", True)) opts.Add(BoolVariable('builtin_libpng', "Use the built-in libpng library", True)) opts.Add(BoolVariable('builtin_libtheora', "Use the built-in libtheora library", True)) |