forked from Mirrors/freeswitch
FS-6542: add pkg_config path for portaudio on mac via homebrew
This commit is contained in:
parent
2d0bb59cf5
commit
b186ca9f74
|
@ -1127,6 +1127,7 @@ case $host in
|
|||
path_push_unique PKG_CONFIG_PATH /usr/local/opt/curl/lib/pkgconfig
|
||||
path_push_unique PKG_CONFIG_PATH /usr/local/opt/sqlite/lib/pkgconfig/
|
||||
path_push_unique PKG_CONFIG_PATH /usr/local/opt/ldns/lib/pkgconfig/
|
||||
path_push_unique PKG_CONFIG_PATH /usr/local/opt/portaudio/lib/pkgconfig/
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue