scons: Disable i965g build if using MSVC.

i965g uses C99 constructs that are not supported by MSVC.
This commit is contained in:
Vinson Lee
2010-06-11 18:43:58 -07:00
parent de51485000
commit e0b211d07c
+4
View File
@@ -2,6 +2,10 @@ Import('*')
env = env.Clone()
if msvc:
print 'warning: not building i965g'
Return();
i965 = env.ConvenienceLibrary(
target = 'i965',
source = [