1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Disable 3D-only modules when 3D is disabled

This commit is contained in:
Aaron Franke
2021-03-17 15:22:33 -04:00
parent 5d9cab3aeb
commit acd695060b
7 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
def can_build(env, platform):
return True
return not env["disable_3d"]
def configure(env):