mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-11 09:15:56 +00:00
457f2a157a
* Desktop branch merged into develop * Fixed review notes by yenda
10 lines
142 B
Bash
Executable File
10 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export GOROOT=$1
|
|
export GOPATH=$2
|
|
export PATH=$GOROOT/bin:$GOROOT:$GOPATH:$PATH
|
|
|
|
cd $3/lib
|
|
go get ./
|
|
cd ..
|
|
make statusgo-library |