From 095a6531a2e2720a1488cdd4135b23c20fa7049b Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 6 May 2010 21:19:35 +0100 Subject: scons: Disable graw-null on msvc until linkage works. --- src/gallium/targets/SConscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gallium/targets/SConscript b/src/gallium/targets/SConscript index be5db88e41..ca3e1ec132 100644 --- a/src/gallium/targets/SConscript +++ b/src/gallium/targets/SConscript @@ -15,7 +15,9 @@ if env['platform'] == 'linux' and 'xlib' in env['winsys'] and 'graw-xlib' in env 'graw-xlib/SConscript', ]) else: - SConscript('graw-null/SConscript') + if not env['msvc']: + # XXX: disable until MSVC can link correctly + SConscript('graw-null/SConscript') if env['dri']: -- cgit v1.2.3