mirror of
https://github.com/xmdhs/natupnp.git
synced 2025-09-26 19:11:11 +08:00
6 lines
117 B
Batchfile
6 lines
117 B
Batchfile
SET CGO_ENABLED=0
|
|
SET GOOS=linux
|
|
SET GOARCH=arm
|
|
SET GOARM=7
|
|
go build -trimpath -ldflags "-w -s" -tags="androidgodns"
|