From 904b7700fac9abf09e83d3c33a853fff178d6f1a Mon Sep 17 00:00:00 2001 From: volzhs Date: Sat, 14 Dec 2019 21:41:21 +0900 Subject: [PATCH] Remove convex_decomp in drivers/SCsub follow-up f111d1aaede1b2036e63d5a44ecd0ecf057521c3 --- drivers/SCsub | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/SCsub b/drivers/SCsub index d7003a07ced..d91d98a713b 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()