mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Amend 6b763af4c8
The cherry-pick was incorrect and included logic from the main branch. Signed-off-by: Itms <itms@wildfiregames.com>
This commit is contained in:
parent
69461c90b7
commit
6a576daa4b
1 changed files with 3 additions and 5 deletions
|
|
@ -10,11 +10,9 @@ svn export --force https://svn.wildfiregames.com/public/windows-libs/trunk@%svnr
|
|||
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
|
||||
)
|
||||
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/**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue