mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
8 lines
138 B
Batchfile
8 lines
138 B
Batchfile
|
set GOROOT=%1
|
||
|
set GOPATH=%2
|
||
|
set PATH=%GOROOT%/bin;%GOROOT%;%GOPATH%;%PATH%
|
||
|
|
||
|
cd %3/lib
|
||
|
go get .
|
||
|
cd ..
|
||
|
mingw32-make statusgo-library
|