9 lines
95 B
Python
9 lines
95 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
def can_build(platform):
|
||
|
return True
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|
||
|
|