scons: Disable i965g build if using MSVC.
i965g uses C99 constructs that are not supported by MSVC.
This commit is contained in:
@@ -2,6 +2,10 @@ Import('*')
|
||||
|
||||
env = env.Clone()
|
||||
|
||||
if msvc:
|
||||
print 'warning: not building i965g'
|
||||
Return();
|
||||
|
||||
i965 = env.ConvenienceLibrary(
|
||||
target = 'i965',
|
||||
source = [
|
||||
|
||||
Reference in New Issue
Block a user