mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
10 lines
231 B
PowerShell
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 |