From 63217f6b16f7d7ea8bf21af8b8fea85ed2c913fd Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 25 Sep 2024 22:20:55 +0200 Subject: [PATCH] Make compiling on rpi possible --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 428c207..cfcd181 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later +export GO111MODULE=on + build: cd epson/faxmachine &&\ go build -o ../library_bridge.so -buildmode=c-shared ../library_bridge.go