config.py 94 B

1234567
  1. def can_build(env, platform):
  2. return not env["disable_3d"]
  3. def configure(env):
  4. pass