Remove convex_decomp in drivers/SCsub

follow-up f111d1aaed
This commit is contained in:
volzhs 2019-12-14 21:41:21 +09:00
parent 3a9284b562
commit 904b7700fa

View file

@ -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()