mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
7 lines
85 B
Python
7 lines
85 B
Python
def can_build(env, platform):
|
|
return env["tools"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|