mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
6 lines
125 B
Python
6 lines
125 B
Python
def can_build(env, platform):
|
|
return not env["disable_3d"] and not env["arch"] == "ppc32"
|
|
|
|
|
|
def configure(env):
|
|
pass
|