1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

SCons: Specify optional dependencies for modules

This commit is contained in:
Thaddeus Crews
2025-01-08 21:59:18 -06:00
parent 8c6dbff6d3
commit f1f33169d9
4 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
def can_build(env, platform):
env.module_add_dependencies("navigation", ["csg", "gridmap"], True)
return not env["disable_3d"]