Add default openal libs for cygwin.
This commit is contained in:
parent
f5e49e243e
commit
2dc4d82d1b
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
|
||||||
|
*-*-cygwin* | *-*-mingw32*)
|
||||||
|
dnl CygWin under Windoze.
|
||||||
|
|
||||||
|
LIBS="$LIBS -lopenal32 -lwinmm -ldsound -ldxguid -lole32"
|
||||||
|
;;
|
||||||
|
|
||||||
*-apple-darwin*)
|
*-apple-darwin*)
|
||||||
dnl Mac OS X
|
dnl Mac OS X
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue