diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-14 21:57:43 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-15 18:10:17 +0200 |
commit | edbc0c0d0bed169b3c07ef0f504b97936f0dab37 (patch) | |
tree | a59bc0448e8f43ce047a0637adc0765b07b05ae0 /drivers/SCsub | |
parent | e6dc51a0f764dcd7cd07482c022c1e92e6a4da3d (diff) |
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.
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index 4ae42a33d5..2ad924ad1d 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) |