Files
netch/Other/libev-mingw/build.ps1
Connection Refused 220c58600e [Other] Update scripts
2021-09-26 21:29:54 +08:00

10 lines
231 B
PowerShell

Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
git clone https://github.com/shadowsocks/libev -b 'mingw' src
if ( -Not $? ) {
exit $lastExitCode
}
Set-Location src
msys2 ..\build.sh
exit $lastExitCode