mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
CHG: hardnested needs malloc.h, which on Darvin (Mac OS X) needs a path to.
This commit is contained in:
parent
e75bc417f1
commit
0fa87186cf
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ ifneq (,$(findstring MINGW,$(platform)))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
else ifeq ($(platform),Darwin)
|
else ifeq ($(platform),Darwin)
|
||||||
|
CFLAGS += -I/usr/include/malloc/
|
||||||
LDLIBS = -L/opt/local/lib -lreadline -lpthread -lm
|
LDLIBS = -L/opt/local/lib -lreadline -lpthread -lm
|
||||||
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O3
|
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O3
|
||||||
QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
|
QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
|
||||||
|
|
Loading…
Reference in a new issue