2
0

config.py 125 B

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