mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +08:00
Fix Makefile for QT5 on macOS
This commit is contained in:
parent
11c7ead732
commit
74d121a727
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ OBJDIR = obj
|
|||
|
||||
ifeq ($(platform),Darwin)
|
||||
PKG_CONFIG_ENV := PKG_CONFIG_PATH=$(BREW_PREFIX)/opt/qt/lib/pkgconfig
|
||||
PKG_CONFIG_ENV := PKG_CONFIG_PATH=$(BREW_PREFIX)/opt/qt5/lib/pkgconfig
|
||||
endif
|
||||
|
||||
###################
|
||||
|
|
Loading…
Reference in a new issue