mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 21:40:08 +01:00
scons: Disable i915g build if using MSVC.
i915g uses C99 constructs that are not supported by MSVC.
This commit is contained in:
parent
3eca311b72
commit
de51485000
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@ Import('*')
|
|||
|
||||
env = env.Clone()
|
||||
|
||||
if msvc:
|
||||
print 'warning: not building i915g'
|
||||
Return()
|
||||
|
||||
i915 = env.ConvenienceLibrary(
|
||||
target = 'i915',
|
||||
source = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue