config.py 133 B

1234567
  1. def can_build(env, platform):
  2. # API Changed and bullet is disabled at the moment
  3. return False
  4. def configure(env):
  5. pass