6 lines
84 B
Python
6 lines
84 B
Python
|
def can_build(env, platform):
|
||
|
return env['tools']
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|