diff options
author | Michal Krol <michal@vmware.com> | 2010-01-11 20:26:20 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2010-01-11 20:26:20 +0100 |
commit | d0c9ff81eaf050ce016b0ce77117d70adf490da0 (patch) | |
tree | cf26e60bc95a138d480263ed192ffa0c17311112 | |
parent | b1351782f90e82465188cd117440628bbad9ddf4 (diff) |
python: Link with winsock library for windows builds.
-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 8498a90812..527e065cd9 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 = [ |