Makefile.am:Search /opt/local/include,lib for preproc/library processing on OS-X build.

This commit is contained in:
kevin 2013-05-22 10:10:50 -07:00
parent 471ef92bab
commit ac707ef642

View File

@ -48,6 +48,8 @@ endif
endif endif
if OS_OSX 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 -framework vecLib
endif endif