config.py 96 B

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