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