mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-31 00:33:04 +00:00
Clean old interfaces and libraries in case of --skip-thirdparty
This commit is contained in:
parent
44799e5b5c
commit
962b214833
@ -311,7 +311,8 @@ if [ $SKIP_THIRDPARTY != true ]; then
|
|||||||
if [ $CLEAN_AFTER_BUILD != false ]; then
|
if [ $CLEAN_AFTER_BUILD != false ]; then
|
||||||
rm -rf hfsutils
|
rm -rf hfsutils
|
||||||
fi
|
fi
|
||||||
|
else # SKIP_THIRDPARTY
|
||||||
|
removeInterfacesAndLibraries
|
||||||
fi # SKIP_THIRDPARTY
|
fi # SKIP_THIRDPARTY
|
||||||
|
|
||||||
##################### Build host-based components: MakePEF, MakeImport, ConvertObj, Rez, ...
|
##################### Build host-based components: MakePEF, MakeImport, ConvertObj, Rez, ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user