From 43b22177175dde1f6e4cb3c687d58f3ceae8dac0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 4 Dec 2024 00:43:16 -0600 Subject: builds Signed-off-by: Jeff Carr --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3ecdb10..914fa04 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ all: plugin - ldd ../fyne.so + ldd fyne.so plugin: - go build -v -x -buildmode=plugin -o ../fyne.so + go build -v -x -buildmode=plugin -o fyne.so non-plugin: go build -v -x -- cgit v1.2.3