From 5535418b64c984447c7118f4f7fb64f9b968543f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 13:48:49 -0600 Subject: [PATCH] include all the toolkits Signed-off-by: Jeff Carr --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 400a544..979763e 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,7 @@ no-gui: build build: -rm resources/*.so touch resources/blank.so - # embed the andlabs plugin - -cp -a ~/go/src/go.wit.com/toolkits/andlabs.so resources/ + -cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ # embed the toolkit plugins GO111MODULE="off" go build -v \ -ldflags "-X main.VERSION=${VERSION} -X gui.GUIVERSION=${VERSION}"