aboutsummaryrefslogtreecommitdiff
path: root/drivers/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde2016-10-14 21:57:43 +0200
committerRémi Verschelde2016-10-30 14:51:33 +0100
commitd96842b80ebf0a590b2a200d298c4440aef5fbd9 (patch)
tree7678b70d3ce3487b33cea9c9d5293d7985a6c1de /drivers/SCsub
parent8bf3bc34496f8f240c1fa9893c1332753929267a (diff)
downloadgodot-d96842b80ebf0a590b2a200d298c4440aef5fbd9.tar.gz
godot-d96842b80ebf0a590b2a200d298c4440aef5fbd9.tar.zst
godot-d96842b80ebf0a590b2a200d298c4440aef5fbd9.zip
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 edbc0c0d0bed169b3c07ef0f504b97936f0dab37)
Diffstat (limited to 'drivers/SCsub')
-rw-r--r--drivers/SCsub3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/SCsub b/drivers/SCsub
index 4ae42a33d..2ad924ad1 100644
--- a/drivers/SCsub
+++ b/drivers/SCsub
@@ -24,9 +24,6 @@ SConscript("nrex/SCsub");
if (env["tools"]=="yes"):
SConscript("convex_decomp/SCsub");
-if (env["freetype"]!="no"):
- SConscript("freetype/SCsub");
-
num = 0
cur_base = ""
total = len(env.drivers_sources)