You've already forked godot
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:
@@ -1,4 +1,5 @@
|
||||
def can_build(env, platform):
|
||||
env.module_add_dependencies("navigation", ["csg", "gridmap"], True)
|
||||
return not env["disable_3d"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user