Files
natupnp/build-android.bat
xmdhs 68f64e1a45 fix
2023-05-24 13:12:30 +08:00

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"