Ver código fonte

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

master
kevin 11 anos atrás
pai
commit
ac707ef642
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      Makefile.am

+ 2
- 0
Makefile.am Ver arquivo

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

Carregando…
Cancelar
Salvar