From 7cf0b43b1ec7e86287fe68af576ee54971829b07 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Wed, 20 Nov 2024 19:09:20 +0000 Subject: [PATCH] pkg-config --debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8f89f1..e68d9b9 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ $(EXE): $(info [+] PKG_CONFIG_LIBDIR=$(PKG_CONFIG_LIBDIR)) $(info [+] PKG_CONFIG_PATH=$(PKG_CONFIG_PATH)) which pkg-config - pkg-config --list-package-names + pkg-config --debug --list-package-names mkdir -p $(@D) $(GOROOT)/bin/go build \ -ldflags '$(VERSIONDEF) -w -s -linkmode=external -extldflags "$(extldflags)"' \