gallium/osmesa: link with winsock2 library on Windows
authorBrian Paul <brianp@vmware.com>
Fri, 13 Apr 2018 21:34:23 +0000 (15:34 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 14 Apr 2018 01:06:55 +0000 (19:06 -0600)
commit6a519a157b5fe5d449444c04a0429e8a24546e9c
treeacecb30d975cb3b33efbed6c4aa8de3826d969d6
parent201c08c463f95e4906ef9858597d17867b293fd4
gallium/osmesa: link with winsock2 library on Windows

To fix the MSVC build.  The build broke because we started to compile
the ddebug code on Windows after the mtypes.h changes.  Building ddebug
caused us to also use the u_network.c code for the first time.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/gallium/targets/osmesa/SConscript