llvmpipe: Add missing include path.

The abscense was being masked previously.
This commit is contained in:
José Fonseca 2010-01-01 00:20:52 +00:00
parent c847a13d38
commit cf9be46c01

View file

@ -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',