mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 18:56:23 -04:00
Moved MSYS build scripts to folder build_scripts
This commit is contained in:
parent
7ffe59cb2d
commit
5944f1fea2
11 changed files with 1 additions and 1 deletions
16
build_scripts/Windows/build_libs/update-msys.bat
Normal file
16
build_scripts/Windows/build_libs/update-msys.bat
Normal file
|
@ -0,0 +1,16 @@
|
|||
@setlocal
|
||||
|
||||
@echo off
|
||||
|
||||
:: Initialize environment
|
||||
call "%~dp0_env.bat"
|
||||
|
||||
if not exist "%MSYSPath%\bin\mingw-get.exe" exit /B 0
|
||||
|
||||
echo Update MSYS
|
||||
pushd "%MSYSPath%\bin"
|
||||
mingw-get.exe update
|
||||
mingw-get.exe upgrade
|
||||
popd
|
||||
|
||||
exit /B %ERRORLEVEL%
|
Loading…
Add table
Add a link
Reference in a new issue