mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 15:30:09 +00:00
scons: Some pipe drivers are not portable for MSVC
This commit is contained in:
parent
f9156ebcc4
commit
ab9ca6caa8
@ -14,16 +14,21 @@ SConscript([
|
||||
'drivers/failover/SConscript',
|
||||
'drivers/galahad/SConscript',
|
||||
'drivers/i915/SConscript',
|
||||
'drivers/i965/SConscript',
|
||||
'drivers/identity/SConscript',
|
||||
'drivers/llvmpipe/SConscript',
|
||||
'drivers/rbug/SConscript',
|
||||
'drivers/r300/SConscript',
|
||||
'drivers/softpipe/SConscript',
|
||||
'drivers/svga/SConscript',
|
||||
'drivers/trace/SConscript',
|
||||
])
|
||||
|
||||
if not env['msvc']:
|
||||
# These drivers do not build on MSVC compilers
|
||||
SConscript([
|
||||
'drivers/i965/SConscript',
|
||||
'drivers/r300/SConscript',
|
||||
])
|
||||
|
||||
if env['dri']:
|
||||
# These drivers depend on drm headers
|
||||
SConscript([
|
||||
|
Loading…
Reference in New Issue
Block a user