Another Cygwin fix.
This commit is contained in:
parent
d871ca845f
commit
1a93ac450a
1 changed files with 2 additions and 1 deletions
|
@ -226,6 +226,7 @@ case "${host}" in
|
|||
fi
|
||||
|
||||
LIBS="$LIBS -lglu32 -lopengl32 -luser32 -lgdi32"
|
||||
joystick_LIBS="$joystick_LIBS -lwinmm"
|
||||
|
||||
dnl add -lwsock32 for mingwin
|
||||
case "${host}" in
|
||||
|
@ -294,7 +295,7 @@ case "${host}" in
|
|||
|
||||
AC_SEARCH_LIBS(alGenBuffers, openal32)
|
||||
AC_SEARCH_LIBS(alutInit, [ openal32 ALut ] )
|
||||
LIBS="$LIBS -lwinmm -ldsound -ldxguid -lole32"
|
||||
LIBS="$LIBS -ldsound -ldxguid -lole32"
|
||||
openal_LIBS="$LIBS"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue