mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Merge pull request #722 from uhei/makefile_pkg-config
Makefile: fix PKG_CONFIG_ENV
This commit is contained in:
commit
e6e6db490b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ else
|
||||||
LDLIBS := -L/usr/local/opt/readline/lib $(LDLIBS)
|
LDLIBS := -L/usr/local/opt/readline/lib $(LDLIBS)
|
||||||
LIBS := -I/usr/local/opt/readline/include $(LIBS)
|
LIBS := -I/usr/local/opt/readline/include $(LIBS)
|
||||||
# cf brew info qt: qt not symlinked anymore
|
# cf brew info qt: qt not symlinked anymore
|
||||||
PKG_CONFIG_ENV := PKG_CONFIG_ENV=/usr/local/opt/qt/lib/pkgconfig
|
PKG_CONFIG_ENV := PKG_CONFIG_PATH=/usr/local/opt/qt/lib/pkgconfig
|
||||||
else
|
else
|
||||||
LUALIB += -ldl
|
LUALIB += -ldl
|
||||||
LUAPLATFORM = linux
|
LUAPLATFORM = linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue