diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index cba4e3f7a71..6488bb36513 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -30,13 +30,13 @@ env.CodeGenerate( source = env.ParseSourceList('Makefile.sources', [ 'C_SOURCES', + 'NIR_SOURCES', 'VL_STUB_SOURCES', 'GENERATED_SOURCES' ]) if env['llvm']: source += env.ParseSourceList('Makefile.sources', [ - 'NIR_SOURCES', 'GALLIVM_SOURCES', ])