bac8248316
(cherry picked from commit 0a5472e697
)
12 lines
72 B
Python
12 lines
72 B
Python
|
|
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|
|
|
|
|
|
|