godot/modules/cscript/config.py
2016-06-26 11:02:15 -03:00

12 lines
72 B
Python

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