mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +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
|