1def can_build(env, platform): 2 # Having this on release by default, it's small and a lot of users like to do procedural stuff 3 return not env["disable_3d"] 4 5 6def configure(env): 7 pass 8 9