Fix updating the OpenAL library

Some folders were not properly purged
This commit is contained in:
Stan 2024-12-31 13:48:39 +01:00
parent e24d01b0b1
commit fa19cb10fd
No known key found for this signature in database
GPG key ID: 244943DFF8370D60

View file

@ -1117,7 +1117,7 @@ echo "Building OpenAL Soft"
rm -f .already-built
download_lib $LIB_URL $LIB_ARCHIVE || die
rm -rf $LIB_DIRECTORY include lib
rm -rf $LIB_DIRECTORY include lib share libopenal-soft
tar -xf $LIB_ARCHIVE || die
# shellcheck disable=SC2086