mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
graw: Add gallium library to SCons build.
Fixes MSVC SCons build.
This commit is contained in:
parent
c1d91c4901
commit
4af8d48a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ except NameError:
|
|||
env = env.Clone()
|
||||
|
||||
env.Prepend(LIBPATH = [graw.dir])
|
||||
env.Prepend(LIBS = ['graw'])
|
||||
env.Prepend(LIBS = ['graw'] + gallium)
|
||||
|
||||
progs = [
|
||||
'clear',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue