Kaynağa Gözat

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

master
kevin 11 yıl önce
ebeveyn
işleme
ac707ef642
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      Makefile.am

+ 2
- 0
Makefile.am Dosyayı Görüntüle

@@ -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…
İptal
Kaydet