2018-05-30 17:11:33 +00:00
|
|
|
def can_build(env, platform):
|
2021-02-09 16:19:03 +00:00
|
|
|
# API Changed and bullet is disabled at the moment
|
|
|
|
return False
|
2021-03-17 19:22:33 +00:00
|
|
|
# Later change to return not env["disable_3d"]
|
2017-11-04 19:52:59 +00:00
|
|
|
|
2020-03-30 06:28:32 +00:00
|
|
|
|
2017-11-04 19:52:59 +00:00
|
|
|
def configure(env):
|
|
|
|
pass
|