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

10 lines
283 B
PowerShell

Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
$Env:CGO_ENABLED='1'
$Env:GOROOT_FINAL='/usr'
$Env:GOOS='windows'
$Env:GOARCH='amd64'
go build -a -buildmode=c-shared -trimpath -asmflags '-s -w' -ldflags '-s -w' -o '..\release\aiodns.bin'
exit $lastExitCode