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