2018-05-31 01:11:33 +08:00
|
|
|
def can_build(env, platform):
|
2021-02-10 00:19:03 +08:00
|
|
|
# API Changed and bullet is disabled at the moment
|
|
|
|
return False
|
2017-11-05 03:52:59 +08:00
|
|
|
|
2020-03-30 14:28:32 +08:00
|
|
|
|
2017-11-05 03:52:59 +08:00
|
|
|
def configure(env):
|
|
|
|
pass
|