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, ...