From fc516343ed8f558c03b9b73cfe3b4ec75557616e Mon Sep 17 00:00:00 2001 From: William Clark Date: Tue, 21 Nov 2023 23:21:29 +0000 Subject: [PATCH] just compile on the pi like this and it'll work. CC'ing is a lot of work --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5802d59..ad84af5 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,6 @@ FLAGS=-v -buildvcs=true -ARM_FLAGS2=GOOS=linux GOARCH=arm64 CC=aarch64-linux-gnu-gcc CC_FOR_TARGET=aarch64-linux-gnu-gcc -ARM_FLAGS=GOOS=linux GOARCH=arm all: go build $(FLAGS) -raspberry: - CGO_ENABLED=1 $(ARM_FLAGS) go build $(FLAGS) -o th7_pi clean: - rm -rf th7 th7_pi \ No newline at end of file + rm -rf th7 \ No newline at end of file