Fixup SpiderMonkey DLL for Windows 7 on Win32

Pulling the DLL from SVN is performed separately to allow backporting
to A27.

Accepted-By: sera
Reviewed-On: https://gitea.wildfiregames.com/0ad/0ad/pulls/8175
This commit is contained in:
Itms 2025-07-07 10:44:45 +02:00
parent 47b2733183
commit b362f0537a
No known key found for this signature in database
GPG key ID: C7E52BD14CE14E09

View file

@ -18,6 +18,15 @@ svn co https://svn.wildfiregames.com/public/%REPO_NAME%/trunk@%svnrev% %LIBS_PAT
svn export --force https://svn.wildfiregames.com/public/%REPO_NAME%/trunk@%svnrev% %LIBS_PATH% || ^
exit /b 1
rem **Fixup SpiderMonkey for Windows 7 on Win32**
rem This change is performed separately to allow backporting to A27
set "smrev=28263"
if "%LIBS_PATH%" == "win32" (
svn up -r %smrev% win32/spidermonkey/bin || ^
svn export --force https://svn.wildfiregames.com/public/windows-libs/trunk/spidermonkey/bin@%smrev% win32/spidermonkey/bin || ^
exit /b 1
)
rem **Copy dependencies' binaries to binaries/system/**
rem static libs: boost fmt