]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: hardnested needs malloc.h, which on Darvin (Mac OS X) needs a path to.
authoriceman1001 <iceman@iuse.se>
Fri, 6 May 2016 17:01:33 +0000 (19:01 +0200)
committericeman1001 <iceman@iuse.se>
Fri, 6 May 2016 17:01:33 +0000 (19:01 +0200)
client/Makefile

index f79d76988e8dd6745ef6b176619c2095502e0042..05793685f52807726b2e2eaf6220a7c36d2ee9af 100644 (file)
@@ -41,6 +41,7 @@ ifneq (,$(findstring MINGW,$(platform)))
        endif
        
 else ifeq ($(platform),Darwin)
+       CFLAGS += -I/usr/include/malloc/
        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)
Impressum, Datenschutz