From 179ecdfedaeea7941a8854c01f0c7ab223288481 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 26 Jun 2015 18:51:22 -0400 Subject: [PATCH] Makefile.am : Removed -framework vectLib --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4187322..8d5c709 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ endif if OS_OSX AM_CPPFLAGS += -I/opt/local/include AM_LDFLAGS += -L/opt/local/lib - AM_LDFLAGS += -framework Cocoa -framework CoreAudio -framework CoreMIDI -framework Carbon -framework Accelerate -framework vecLib + AM_LDFLAGS += -framework Cocoa -framework CoreAudio -framework CoreMIDI -framework Carbon -framework Accelerate endif include src/libcm/Makefile.am