summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-12 19:55:49 -0600
committerJeff Carr <[email protected]>2024-01-12 19:55:49 -0600
commited18f6a9adb7853458640a251ee74f48c6ac6943 (patch)
treec15f5c588fdaa96c04f73b68b94410423016ad40 /Makefile
parent760b82a06730334cbed76c5fac563c9ad00b91f6 (diff)
fixing initial build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03250ea..7c72eba 100644
--- a/Makefile
+++ b/Makefile
@@ -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)