mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 21:52:51 +00:00
1e39fee140
Imported by @reduz from b8ec29b6b6
Custom changes will be remade properly in the next commit.
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
|