mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fix updating the OpenAL library
Some folders were not properly purged
This commit is contained in:
parent
e24d01b0b1
commit
fa19cb10fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue