mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
scons: i915 can't build on MSVC either.
I thought I had singled it out before, but apparently not.
This commit is contained in:
parent
3ae04dd910
commit
45f4b85d58
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue