Parcourir la source

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

master
kevin il y a 11 ans
Parent
révision
ac707ef642
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      Makefile.am

+ 2
- 0
Makefile.am Voir le fichier

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

Chargement…
Annuler
Enregistrer