8 lines
91 B
Python
8 lines
91 B
Python
|
|
def can_build(platform):
|
|
# return True
|
|
return False
|
|
|
|
|
|
def configure(env):
|
|
pass
|