Compare commits
No commits in common. "9fc2742c6f3500f017e7e4a2da74c16f3c1c31ee" and "760b82a06730334cbed76c5fac563c9ad00b91f6" have entirely different histories.
9fc2742c6f
...
760b82a067
5
Makefile
5
Makefile
|
@ -23,13 +23,10 @@ build-release:
|
|||
go get -v -u -x .
|
||||
go build
|
||||
|
||||
# This will update all your git repos to HEAD
|
||||
goGetUpdate:
|
||||
GO111MODULE="off" go get -v -u .
|
||||
|
||||
build:
|
||||
-mkdir -p plugins/
|
||||
-cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/
|
||||
# GO111MODULE="off" go get -v -x .
|
||||
GO111MODULE="off" go build -v
|
||||
|
||||
# ./control-panel-dns.v1: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./control-panel-dns.v1)
|
||||
|
|
Loading…
Reference in New Issue