mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 13:40:18 +00:00
7 lines
94 B
Python
7 lines
94 B
Python
def can_build(env, platform):
|
|
return not env["disable_3d"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|