config.py 111 B

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