mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
FIX: For ld (linker) there is no "-=", so lets try re-assign ldlibs instead
This commit is contained in:
parent
28d47dc9b4
commit
25606bd724
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ ifneq (,$(findstring MINGW,$(platform)))
|
|||
endif
|
||||
|
||||
else ifeq ($(platform),Darwin)
|
||||
LDLIBS -= -L/usr/local/lib
|
||||
LDLIBS = -L/opt/local/lib -lreadline -lpthread -lm
|
||||
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O3
|
||||
QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
|
||||
MOC = $(shell pkg-config --variable=moc_location QtCore)
|
||||
|
|
Loading…
Reference in a new issue