Created
February 24, 2016 15:37
-
-
Save conoro/41f5743235ba9897cbed to your computer and use it in GitHub Desktop.
Run a Windows CMD prompt setup for GO MIPS32 cross-compilation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set GOOS=linux | |
set GOARCH=mips32 | |
set GOROOT=d:\gitwork\go-mips32 | |
set GOPATH=d:\gitwork\go | |
set PATH=d:\gitwork\go-mips32\bin;%PATH% | |
CMD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment