Module: Mesa
Branch: gallium-gpu4-texture-opcodes
Commit: 017da7b0629ecf97be0683633edead4de87390ca
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=017da7b0629ecf97be0683633edead4de87390ca

Author: Michal Krol <[email protected]>
Date:   Fri Jan 15 10:09:37 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 d4fdd43..33178b2 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 = [

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to