mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r8313) [WinCE] -Fix: -lws2 wasn't included in libraries, so network couldn't be linked
This commit is contained in:
parent
1564c74259
commit
9e9d5905f3
@ -657,7 +657,7 @@ make_cflags_and_ldflags() {
|
||||
LIBS="$LIBS -lc"
|
||||
fi
|
||||
if [ "$os" = "WINCE" ]; then
|
||||
LIBS="$LIBS -lcoredll -lcorelibc -laygshell -e WinMainCRTStartup"
|
||||
LIBS="$LIBS -lcoredll -lcorelibc -laygshell -lws2 -e WinMainCRTStartup"
|
||||
fi
|
||||
|
||||
if [ "$os" = "MORPHOS" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user