diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-13 21:48:06 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-15 12:01:28 +0200 |
commit | 8311a78df5cdf257297c1ec7493cb098dc76f010 (patch) | |
tree | b8d84615a8b5429516f18253e0b3e201869bf53a /drivers/SCsub | |
parent | 8981ff8a84e8cc6967afe3a11613e7d72d8ac599 (diff) |
squish: Move to a module and split thirdparty lib
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index 8538f2745d..bc0d948f41 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -25,8 +25,6 @@ SConscript("chibi/SCsub"); if (env["tools"]=="yes"): SConscript("convex_decomp/SCsub"); -if (env["squish"]=="yes" and env["tools"]=="yes"): - SConscript("squish/SCsub"); if (env["freetype"]!="no"): SConscript("freetype/SCsub"); |