1def can_build(env, platform): 2 return not env["disable_physics_3d"] 3 4 5def configure(env): 6 pass 7 8