scons: Disable i915g build if using MSVC.

i915g uses C99 constructs that are not supported by MSVC.
This commit is contained in:
Vinson Lee 2010-06-11 18:42:08 -07:00
parent 3eca311b72
commit de51485000

View file

@ -2,6 +2,10 @@ Import('*')
env = env.Clone()
if msvc:
print 'warning: not building i915g'
Return()
i915 = env.ConvenienceLibrary(
target = 'i915',
source = [