]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
FIX: This tries to fix the memalign issued on MAC OS X, which it doesn't have...
[proxmark3-svn] / 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