7 lines
85 B
Python
7 lines
85 B
Python
|
def can_build(env, platform):
|
||
|
return env["tools"]
|
||
|
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|