diff options
| author | Jeff Carr <[email protected]> | 2024-01-12 23:18:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-12 23:18:17 -0600 |
| commit | 9fc2742c6f3500f017e7e4a2da74c16f3c1c31ee (patch) | |
| tree | ed3fbba72c7078918e4137c6eb4694f7830d2971 | |
| parent | ed18f6a9adb7853458640a251ee74f48c6ac6943 (diff) | |
| parent | a39a454abe1933f1c41f3c1659be2832912ca676 (diff) | |
Merge branch 'jcarr' into develv0.12.1
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,10 +23,13 @@ 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 -u . 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) |
