Add two missed files in previous commit

This commit is contained in:
Stan
2024-12-30 23:41:57 +01:00
parent df6ed56667
commit 3499efe014
2 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -1111,7 +1111,7 @@ echo "Building OpenAL Soft"
mkdir -p openal-soft
cd openal-soft
if [ $force_rebuild = "true" ] || [ ! -e .already-built ] || [ "$(cat .already-built)" != "$OPENAL_SOFT_VERSION+1" ]; then
if [ $force_rebuild = "true" ] || [ ! -e .already-built ] || [ "$(cat .already-built)" != "$OPENAL_SOFT_VERSION" ]; then
INSTALL_DIR="$(pwd)"
rm -f .already-built