config.py 96 B

123456789
  1. #!/usr/bin/env python
  2. def can_build(platform):
  3. return True
  4. def configure(env):
  5. pass