Clean old interfaces and libraries in case of --skip-thirdparty

This commit is contained in:
Wolfgang Thaller 2019-08-18 22:26:29 +02:00
parent 44799e5b5c
commit 962b214833
1 changed files with 2 additions and 1 deletions

View File

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