diff options
author | Michal Krol <[email protected]> | 2010-01-21 20:02:44 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-01-28 14:07:42 +0100 |
commit | 91d58c3520452798bd1542f86936e0f408182fbf (patch) | |
tree | a52909aa86f94cef671ac6c92c87e666182f7fa8 /src/gallium/state_trackers/python | |
parent | dcf8543ab375dd9c128d1ca772b1e587cebbdc7c (diff) |
python: Link to ws2_32 on windows.
Diffstat (limited to 'src/gallium/state_trackers/python')
-rw-r--r-- | 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 8498a90812e..527e065cd91 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 = [ |