Add correct openal libs for MacOS.
This commit is contained in:
parent
70cb759ea8
commit
3816f4fbb4
1 changed files with 6 additions and 0 deletions
|
@ -316,6 +316,12 @@ LIBS="$base_LIBS"
|
||||||
|
|
||||||
dnl check for OpenAL libraries
|
dnl check for OpenAL libraries
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
|
*-apple-darwin*)
|
||||||
|
dnl Mac OS X
|
||||||
|
|
||||||
|
LIBS="$LIBS -framework IOKit -framework OpenAL"
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
dnl default unix style machines
|
dnl default unix style machines
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue