mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:44:08 +00:00
Fix another macOS lib download source
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user