mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 23:30:10 +01:00
Attempt to fix AppVeyor build, round 2
This commit is contained in:
parent
d85802e501
commit
90c8f17cf8
1 changed files with 7 additions and 5 deletions
|
|
@ -31,15 +31,17 @@ source_lists = env.ParseSourceList('Makefile.sources')
|
|||
|
||||
mesautil_sources = (
|
||||
source_lists['MESA_UTIL_FILES'] +
|
||||
source_lists['MESA_UTIL_GENERATED_FILES'] +
|
||||
source_lists['XMLCONFIG_FILES']
|
||||
source_lists['MESA_UTIL_GENERATED_FILES']
|
||||
)
|
||||
|
||||
mesautilenv = env.Clone()
|
||||
|
||||
mesautilenv.AppendUnique(LIBS = [
|
||||
'expat',
|
||||
])
|
||||
if env['dri']:
|
||||
mesautil_sources += source_lists['XMLCONFIG_FILES']
|
||||
|
||||
mesautilenv.AppendUnique(LIBS = [
|
||||
'expat',
|
||||
])
|
||||
|
||||
mesautil = mesautilenv.ConvenienceLibrary(
|
||||
target = 'mesautil',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue