1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/modules/jolt_physics/config.py
2025-03-28 11:00:44 -03:00

7 lines
133 B
Python

def can_build(env, platform):
return not env["disable_physics_3d"] and not env["arch"] == "ppc32"
def configure(env):
pass