maybe andlabs instead

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-06 16:24:35 -06:00
parent ec37a35d54
commit 98e64560df
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ no-gui: build
build:
-rm resources/*.so
# embed the ncurses gui plugin
-cp -a ~/go/src/go.wit.com/toolkits/gocui.so resources/
# embed the andlabs plugin
-cp -a ~/go/src/go.wit.com/toolkits/andlabs.so resources/
GO111MODULE="off" go build -v
install: