From 962b214833fc6db5dd0aea547b7ebafc33044d20 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Sun, 18 Aug 2019 22:26:29 +0200 Subject: [PATCH] Clean old interfaces and libraries in case of --skip-thirdparty --- build-toolchain.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-toolchain.bash b/build-toolchain.bash index 260ff744a0..1b701750ab 100755 --- a/build-toolchain.bash +++ b/build-toolchain.bash @@ -311,7 +311,8 @@ if [ $SKIP_THIRDPARTY != true ]; then if [ $CLEAN_AFTER_BUILD != false ]; then rm -rf hfsutils fi - +else # SKIP_THIRDPARTY + removeInterfacesAndLibraries fi # SKIP_THIRDPARTY ##################### Build host-based components: MakePEF, MakeImport, ConvertObj, Rez, ...