Mesa (master): python: Link to ws2_32 on windows.

Michał Król michal at kemper.freedesktop.org
Thu Jan 28 13:12:27 UTC 2010


Module: Mesa
Branch: master
Commit: 91d58c3520452798bd1542f86936e0f408182fbf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=91d58c3520452798bd1542f86936e0f408182fbf

Author: Michal Krol <michal at vmware.com>
Date:   Thu Jan 21 20:02:44 2010 +0100

python: Link to ws2_32 on windows.

---

 src/gallium/state_trackers/python/SConscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/state_trackers/python/SConscript b/src/gallium/state_trackers/python/SConscript
index 8498a90..527e065 100644
--- a/src/gallium/state_trackers/python/SConscript
+++ b/src/gallium/state_trackers/python/SConscript
@@ -21,6 +21,7 @@ if 'python' in env['statetrackers']:
             'gdi32',
             'user32',
             'kernel32',
+            'ws2_32',
         ])
     else:
         env.Append(LIBS = [




More information about the mesa-commit mailing list