10 lines
91 B
Python
10 lines
91 B
Python
|
# config.py
|
||
|
|
||
|
|
||
|
def can_build(env, platform):
|
||
|
return True
|
||
|
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|