1
0
Fork 0

Add correct openal libs for MacOS.

This commit is contained in:
curt 2004-04-25 01:41:32 +00:00
parent 70cb759ea8
commit 3816f4fbb4

View file

@ -316,6 +316,12 @@ LIBS="$base_LIBS"
dnl check for OpenAL libraries
case "${host}" in
*-apple-darwin*)
dnl Mac OS X
LIBS="$LIBS -framework IOKit -framework OpenAL"
;;
*)
dnl default unix style machines