8 lines
93 B
Python
8 lines
93 B
Python
|
|
|
|
def can_build(platform):
|
|
return False
|
|
|
|
|
|
def configure(env):
|
|
env.use_ptrcall = True
|