CHG: hardnested needs malloc.h, which on Darvin (Mac OS X) needs a path to.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user