7 lines
90 B
Python
7 lines
90 B
Python
|
|
def can_build(platform):
|
|
return platform != "android"
|
|
|
|
|
|
def configure(env):
|
|
pass
|