1
0
forked from mirrors/0ad

Fix another macOS lib download source

(cherry picked from commit 604d4ce29c)
Signed-off-by: Itms <itms@wildfiregames.com>
This commit is contained in:
Itms
2025-01-01 17:22:25 +01:00
parent 4138d53f23
commit 90762a7626
+1 -1
View File
@@ -428,7 +428,7 @@ echo "Building Boost..."
LIB_VERSION="${BOOST_VERSION}"
LIB_ARCHIVE="$LIB_VERSION.tar.bz2"
LIB_DIRECTORY="$LIB_VERSION"
LIB_URL="https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/"
LIB_URL="https://archives.boost.io/release/1.81.0/source/"
mkdir -p boost
cd boost