mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 11:01:17 +00:00
6 lines
125 B
Python
6 lines
125 B
Python
|
|
def can_build(env, platform):
|
||
|
|
return (env['tools'] and platform not in ["android", "ios"])
|
||
|
|
|
||
|
|
def configure(env):
|
||
|
|
pass
|