From 4a72be204474e0abecd9f102c8e21b449a7e1d3e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 5 Dec 2024 12:38:07 -0600 Subject: [PATCH] trying to match build versions --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index d3afce5..edc1823 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,12 @@ plugin: install: go build -v -x -buildmode=plugin -o pixelgl.so +full-plugin: + GO111MODULE=off go build -v -x -buildmode=plugin -o pixelgl.so + +full-install: + GO111MODULE=off go build -v -x -buildmode=plugin -o pixelgl.so + standalone: go build -v -x