Makefile.am : Removed -framework vectLib

This commit is contained in:
kevin 2015-06-26 18:51:22 -04:00
parent dd2f5f4315
commit 179ecdfeda

View File

@ -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