diff options
| author | Jeff Carr <[email protected]> | 2024-01-12 19:55:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-12 19:55:49 -0600 |
| commit | ed18f6a9adb7853458640a251ee74f48c6ac6943 (patch) | |
| tree | c15f5c588fdaa96c04f73b68b94410423016ad40 /Makefile | |
| parent | 760b82a06730334cbed76c5fac563c9ad00b91f6 (diff) | |
fixing initial build
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ build-release: build: -mkdir -p plugins/ -cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/ - # GO111MODULE="off" go get -v -x . + 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) |
