mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
gallivm: Integrate udis86 on scons builds.
This commit is contained in:
parent
9af74a38c7
commit
32631b69f5
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ env.Append(CPPPATH = [
|
|||
'util',
|
||||
])
|
||||
|
||||
env.Tool('udis86')
|
||||
|
||||
env.CodeGenerate(
|
||||
target = 'indices/u_indices_gen.c',
|
||||
script = 'indices/u_indices_gen.py',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue