mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
Makefile: remove /usr/local/lib
This commit is contained in:
parent
68da06f721
commit
fc2ff7bb0a
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ VPATH = ../common src
|
|||
vpath %.dic dictionaries
|
||||
OBJDIR = obj
|
||||
|
||||
LDLIBS ?= -L/usr/local/lib
|
||||
|
||||
ifeq ($(platform),Darwin)
|
||||
# cf brew info qt: qt not symlinked anymore
|
||||
PKG_CONFIG_ENV := PKG_CONFIG_PATH=/usr/local/opt/qt/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue