1
0
forked from 0ad/0ad

Adapt libraries scripts to the new SVN repo.

This commit is contained in:
Nicolas Auvray 2024-08-20 20:58:09 +02:00
parent c7702cefb0
commit 0b7da91992
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ MOLTENVK_VERSION="1.2.2"
# * NVTT
# * FCollada
# --------------------------------------------------------------
source_svnrev="28083"
source_svnrev="28207"
# --------------------------------------------------------------
# Provided by OS X:
# * OpenAL

View File

@ -8,7 +8,7 @@ die()
# SVN revision to checkout for source-libs
# Update this line when you commit an update to source-libs
source_svnrev="28083"
source_svnrev="28207"
if [ "`uname -s`" = "Darwin" ]; then
echo 'This script should not be used on macOS: use build-macos-libs.sh instead.'

View File

@ -2,7 +2,7 @@ rem **Download sources and binaries of libraries**
rem **SVN revision to checkout for source-libs and windows-libs**
rem **Update this line when you commit an update to source-libs or windows-libs**
set "svnrev=28083"
set "svnrev=28207"
if exist source\.svn (
cd source && svn cleanup && svn up -r %svnrev% && cd ..