mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
llvmpipe: Add missing include path.
The abscense was being masked previously.
This commit is contained in:
parent
c847a13d38
commit
cf9be46c01
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ if not env.has_key('LLVM_VERSION'):
|
|||
|
||||
env.Tool('udis86')
|
||||
|
||||
env.Append(CPPPATH = ['.'])
|
||||
|
||||
env.CodeGenerate(
|
||||
target = 'lp_tile_soa.c',
|
||||
script = 'lp_tile_soa.py',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue