mirror of
https://github.com/godotengine/godot
synced 2024-11-02 09:38:07 +00:00
6 lines
94 B
Python
6 lines
94 B
Python
def can_build(env, platform):
|
|
return not env["disable_3d"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|