config.py 193 B

12345678
  1. def 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. def configure(env):
  5. pass