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