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.
This commit is contained in:
Rémi Verschelde
2016-10-14 21:57:43 +02:00
parent e6dc51a0f7
commit edbc0c0d0b
510 changed files with 178 additions and 882 deletions

View File

@ -0,0 +1,6 @@
def can_build(platform):
return True
def configure(env):
pass