FS-353: sqlite pkg-config path for mac homebrew
This commit is contained in:
parent
487128950d
commit
169a264c33
|
@ -1077,6 +1077,7 @@ AC_SUBST(GETSOUNDS)
|
|||
case $host in
|
||||
*-darwin*)
|
||||
path_push_unique PKG_CONFIG_PATH /usr/local/opt/curl/lib/pkgconfig
|
||||
path_push_unique PKG_CONFIG_PATH /usr/local/opt/sqlite/lib/pkgconfig/
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue