From edb3e23311b9cd667898e625b07f5dbeb43e30e3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 16 Aug 2025 16:23:08 -0500 Subject: fixes to test plugins by os.Exec() --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ea91ac..65d1dc9 100644 --- a/Makefile +++ b/Makefile @@ -3,14 +3,16 @@ GUIVERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) all: verbose - ./fixup drives + -fixup --gui-check-plugin ../../../toolkits/gocui/gocui.so + fixup --gui gocui --gui-verbose --gui-file ../../toolkits/gocui/gocui.so drives go-build: goimports GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" verbose: goimports - GO111MODULE=off go build -v -x \ + -cp -a ../../../toolkits/gocui/gocui.so resources/ + GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: goimports -- cgit v1.2.3