2
0
mirror of https://github.com/status-im/status-mobile.git synced 2025-01-23 07:00:36 +00:00
Volodymyr Kozieiev 457f2a157a
Desktop branch merged into develop ()
* Desktop branch merged into develop
* Fixed review notes by yenda
2018-07-23 18:21:31 +03:00

8 lines
138 B
Batchfile
Executable File

set GOROOT=%1
set GOPATH=%2
set PATH=%GOROOT%/bin;%GOROOT%;%GOPATH%;%PATH%
cd %3/lib
go get .
cd ..
mingw32-make statusgo-library