From 4a178899fd41f0d71d4f6128597ff820c4f56379 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 Aug 2024 19:19:18 -0300 Subject: Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 60a68b4..ddaadae 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = LDLIBS = +GOCFLAGS = -I $(GOLIBDIR) +GOLDFLAGS = -L $(GOLIBDIR) -- cgit v1.2.3