Commit a83da2d3 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Remove a no longer necessary library path.

parent 7735bb52
......@@ -7980,7 +7980,7 @@ fi
case $host_os in
mingw32*)
crtlibs="-lmsvcrt"
SOCKET_LIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
SOCKET_LIBS="-lws2_32"
;;
esac
......
......@@ -717,7 +717,7 @@ case $host_os in
case $host_os in
mingw32*)
crtlibs="-lmsvcrt"
AC_SUBST(SOCKET_LIBS,"-L\$(top_builddir)/dlls/ws2_32 -lws2_32") ;;
AC_SUBST(SOCKET_LIBS,"-lws2_32") ;;
esac
libwine_targets="libwine.dll libwine.a"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment