X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/805cd07e25811b87b48c4258b57e24445d385551..c7962313cc6bd3afe4e42dbe5229c6ef50722fa6:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 84a158b2..afb06c87 100644 --- a/client/Makefile +++ b/client/Makefile @@ -41,6 +41,7 @@ ifneq (,$(findstring MINGW,$(platform))) endif else ifeq ($(platform),Darwin) + 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)