mirror of
https://github.com/godotengine/godot.git
synced 2026-05-07 02:51:11 +00:00
6 lines
102 B
Python
6 lines
102 B
Python
def can_build(env, platform):
|
|
return not env["disable_physics_3d"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|