n64tutorial/go.env
2025-12-01 11:05:42 +01:00

5 lines
147 B
Bash

GOTOOLCHAIN=go1.24.4-embedded
GOOS=noos
GOARCH=mips64
GOFLAGS='-exec=n64go rom -run' '-toolexec=n64go toolexec' '-tags=n64' '-trimpath' '-mod=mod'