mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fix another macOS lib download source
This commit is contained in:
parent
33e9cd6126
commit
604d4ce29c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue