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