mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
scons: Unbreak mingw build.
This commit is contained in:
parent
f8aeb1c990
commit
c773de133a
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ SConscript('mapi/vgapi/SConscript')
|
|||
if not env['embedded']:
|
||||
if env['platform'] not in ['windows', 'darwin']:
|
||||
SConscript('glx/SConscript')
|
||||
if env['platform'] not in ['darwin']:
|
||||
SConscript('egl/main/SConscript')
|
||||
SConscript('glu/sgi/SConscript')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue