From 0b7d67de2b7dafd50d3b4bef6a89e5942c4d0fc8 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 18 Aug 2016 12:19:55 -0400 Subject: [PATCH] nufx no longer needs -framework carbon --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index c9c17cf..9c1cebb 100644 --- a/Makefile +++ b/Makefile @@ -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