Module: Mesa Branch: master Commit: 91d58c3520452798bd1542f86936e0f408182fbf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91d58c3520452798bd1542f86936e0f408182fbf
Author: Michal Krol <[email protected]> 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 = [ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
