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