scons: i915 can't build on MSVC either.

I thought I had singled it out before, but apparently not.
This commit is contained in:
José Fonseca 2010-11-02 13:49:35 +00:00
parent 3ae04dd910
commit 45f4b85d58

View file

@ -13,7 +13,6 @@ SConscript('auxiliary/SConscript')
SConscript([
'drivers/failover/SConscript',
'drivers/galahad/SConscript',
'drivers/i915/SConscript',
'drivers/identity/SConscript',
'drivers/llvmpipe/SConscript',
'drivers/rbug/SConscript',
@ -25,6 +24,7 @@ SConscript([
if not env['msvc']:
# These drivers do not build on MSVC compilers
SConscript([
'drivers/i915/SConscript',
'drivers/i965/SConscript',
'drivers/r300/SConscript',
])