From 661b98b8bd5b9ecc4c82ef78c89aced7ba64cf16 Mon Sep 17 00:00:00 2001 From: Kevin Larke Date: Fri, 24 Jul 2015 10:54:19 -0700 Subject: [PATCH] Makefile.am : removed use of 'veclib' from OSX build. --- 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