From 25948335c7490b1eb1968377098a557d88d8dd4d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 Aug 2024 19:17:45 -0300 Subject: Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a170749..45dcbe9 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