Browse Source

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

master
kevin 11 years ago
parent
commit
ac707ef642
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Makefile.am

+ 2
- 0
Makefile.am View File

@@ -48,6 +48,8 @@ endif
48 48
 endif
49 49
 
50 50
 if OS_OSX
51
+ AM_CPPFLAGS +=  -I/opt/local/include	
52
+ AM_LDFLAGS  +=  -L/opt/local/lib
51 53
  AM_LDFLAGS  +=  -framework Cocoa -framework CoreAudio -framework CoreMIDI -framework Carbon -framework Accelerate -framework vecLib
52 54
 endif
53 55
 

Loading…
Cancel
Save