1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

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.

(cherry picked from commit edbc0c0d0b)
This commit is contained in:
Rémi Verschelde
2016-10-14 21:57:43 +02:00
parent 8bf3bc3449
commit d96842b80e
509 changed files with 177 additions and 878 deletions

View File

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