2020-12-12 09:06:59 -03:00
|
|
|
def can_build(env, platform):
|
|
|
|
|
# Having this on release by default, it's small and a lot of users like to do procedural stuff
|
2021-03-17 15:22:33 -04:00
|
|
|
return not env["disable_3d"]
|
2020-12-12 09:06:59 -03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
def configure(env):
|
|
|
|
|
pass
|