godot/modules/freetype/config.py
Rémi Verschelde edbc0c0d0b freetype: Make it a module and split thirdparty library
Comment out the weird workaround for building on Windows at it might
not be needed anymore. Testing needed to confirm.
2016-10-15 18:10:17 +02:00

7 lines
66 B
Python

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