Skip to content

Commit

Permalink
Merge pull request #715 from thomasjacquin/ckuethe-hotfix-pkgconfig
Browse files Browse the repository at this point in the history
hotfix pkgconfig check
  • Loading branch information
linuxkidd authored Oct 22, 2021
2 parents fc9024c + 53b87a2 commit 15f26bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ifeq ($(PKGBUILD),)
PKGBUILD=0
endif

PKGPATH=$(which pkg-config)
PKGPATH=$(shell which pkg-config)

ifneq ($(PKGPATH),)
USB=$(shell pkg-config --exists libusb-1.0 && pkg-config --cflags --libs libusb-1.0)
Expand Down

0 comments on commit 15f26bb

Please sign in to comment.