diff options
author | volzhs <volzhs@gmail.com> | 2019-12-14 21:41:21 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2019-12-14 21:41:21 +0900 |
commit | 904b7700fac9abf09e83d3c33a853fff178d6f1a (patch) | |
tree | b8bef1e951cc0f04f21c6aef0f30c387073eaa3d /drivers | |
parent | 3a9284b562d6dcfc339322999767168e12220895 (diff) |
Remove convex_decomp in drivers/SCsub
follow-up f111d1aaede1b2036e63d5a44ecd0ecf057521c3
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/SCsub | 5 |
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() |