mirror of
https://github.com/thestk/stk
synced 2026-01-11 12:01:52 +00:00
Change "-lWsock32" to "-lwsock32" for case-sensitive file names.
This is needed to be able to cross-compile for Windows using MingW32 on Linux.
This commit is contained in:
@@ -180,7 +180,7 @@ if test $realtime = yes; then
|
||||
fi
|
||||
|
||||
api="$api -D__WINDOWS_MM__"
|
||||
LIBS="-lole32 -lwinmm -lWsock32 $LIBS"
|
||||
LIBS="-lole32 -lwinmm -lwsock32 $LIBS"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user