nufx no longer needs -framework carbon

This commit is contained in:
Kelvin Sherlock 2016-08-18 12:19:55 -04:00
parent 1971c33ddf
commit 0b7d67de2b
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@ ifdef HAVE_NUFX
LDFLAGS += -L/usr/local/lib/
LIBS += -lnufx -lz
ifeq ($(UNAME),Darwin)
LIBS += -framework carbon
endif
CPPFLAGS += -DHAVE_NUFX=1
endif