ws/gdi: fix typo

This commit is contained in:
Keith Whitwell 2010-03-09 18:01:47 +00:00
parent 0df858a8d5
commit 3cadd983e8

View file

@ -14,7 +14,7 @@ if env['platform'] == 'windows':
'#/src/gallium/drivers',
])
ws_xlib = env.ConvenienceLibrary(
ws_gdi = env.ConvenienceLibrary(
target = 'ws_gdi',
source = [
'gdi_sw_winsys.c',