Add correct openal libs for MacOS.
This commit is contained in:
parent
a0bdec2846
commit
db8d961b27
@ -272,6 +272,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…
Reference in New Issue
Block a user