Makefile.am : Removed -framework vectLib
This commit is contained in:
parent
dd2f5f4315
commit
179ecdfeda
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user