Files
dns-server/build-windows.sh
T
Alex Yang f627244b8f 更新
2026-03-30 01:04:46 +08:00

6 lines
91 B
Bash
Executable File

CGO_ENABLED=1 \
GOOS=windows \
GOARCH=amd64 \
CC=gcc \
go build -o dns-server.exe main.go