godot/modules/chibi/config.py
Rémi Verschelde 8bf3bc3449 chibi: Move to a module
(cherry picked from commit e6dc51a0f7)
2016-10-30 14:51:33 +01:00

7 lines
66 B
Python

def can_build(platform):
return True
def configure(env):
pass