7 lines
93 B
Python
7 lines
93 B
Python
|
def can_build(env, platform):
|
||
|
return platform == "iphone"
|
||
|
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|