mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
7 lines
124 B
Python
7 lines
124 B
Python
def can_build(env, platform):
|
|
return env["tools"] and platform not in ["android", "ios"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|