mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
Attempt to fix the AppVeyor build
This commit is contained in:
parent
601093f95d
commit
49bdb73bec
2 changed files with 1 additions and 4 deletions
|
|
@ -7,6 +7,7 @@ Import('*')
|
|||
if env['platform'] == 'windows':
|
||||
SConscript('getopt/SConscript')
|
||||
|
||||
SConscript('util/xmlpool/SConscript')
|
||||
SConscript('util/SConscript')
|
||||
SConscript('compiler/SConscript')
|
||||
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@ import common
|
|||
|
||||
Import('*')
|
||||
|
||||
SConscript([
|
||||
'xmlpool',
|
||||
])
|
||||
|
||||
from sys import executable as python_cmd
|
||||
|
||||
env = env.Clone()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue