summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-12-14 14:52:45 +0100
committerGitHub <noreply@github.com>2019-12-14 14:52:45 +0100
commite0ca3a9ffa370378f327f3699cc70ca0cb4b8438 (patch)
treeb8bef1e951cc0f04f21c6aef0f30c387073eaa3d
parent3a9284b562d6dcfc339322999767168e12220895 (diff)
parent904b7700fac9abf09e83d3c33a853fff178d6f1a (diff)
Merge pull request #34350 from volzhs/remove-convex-decomp
Remove convex_decomp in drivers/SCsub
-rw-r--r--drivers/SCsub5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/SCsub b/drivers/SCsub
index d7003a07ce..d91d98a713 100644
--- a/drivers/SCsub
+++ b/drivers/SCsub
@@ -33,11 +33,6 @@ else:
# Core dependencies
SConscript("png/SCsub")
-# Tools override
-# FIXME: Should likely be integrated in the tools/ codebase
-if env['tools']:
- SConscript("convex_decomp/SCsub")
-
if env['vsproj']:
import os
path = os.getcwd()