godot/modules/freetype/config.py

6 lines
76 B
Python
Raw Normal View History

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