Skip to content

Commit

Permalink
pkg-config --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Nov 20, 2024
1 parent 5a94f07 commit 7cf0b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"' \
Expand Down

0 comments on commit 7cf0b43

Please sign in to comment.