summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorjfons <joan.fonssanchez@gmail.com>2021-05-04 12:06:54 +0200
committerjfons <joan.fonssanchez@gmail.com>2021-05-04 17:21:41 +0200
commit575543ce5359a21357d7760b18f9f4e5f9919c57 (patch)
tree60f01f5b67dd64181909a5f7d9f90ac6f10a251e /SConstruct
parentb5e4d63a0b8db639af54d97ad88aae143e0000da (diff)
Port changes to the "raycast" module build files from 3.x
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 2d9802f293..6516b42e59 100644
--- a/SConstruct
+++ b/SConstruct
@@ -145,6 +145,7 @@ opts.Add(BoolVariable("use_precise_math_checks", "Math checks use very precise e
# Thirdparty libraries
opts.Add(BoolVariable("builtin_bullet", "Use the built-in Bullet library", True))
opts.Add(BoolVariable("builtin_certs", "Use the built-in SSL certificates bundles", True))
+opts.Add(BoolVariable("builtin_embree", "Use the built-in Embree library", 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))