Merge pull request #34350 from volzhs/remove-convex-decomp

Remove convex_decomp in drivers/SCsub
This commit is contained in:
Rémi Verschelde 2019-12-14 14:52:45 +01:00 committed by GitHub
commit e0ca3a9ffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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