scons: Update for builtin_stubs.cpp
Note this by itself is not enough to fix scons build -- it will fail until you remove: rm -rf build/*/glsl/builtin_compiler because that node was a filei before, but it will be now a directory. This also means that bisecting across this change will require wiping the build directory..
This commit is contained in:
@@ -71,9 +71,10 @@ else:
|
|||||||
compiler_objs += mesa_objs
|
compiler_objs += mesa_objs
|
||||||
|
|
||||||
builtin_compiler = env.Program(
|
builtin_compiler = env.Program(
|
||||||
target = 'builtin_compiler',
|
target = 'builtin_compiler/builtin_compiler',
|
||||||
source = compiler_objs + glsl_sources + \
|
source = compiler_objs + glsl_sources + [
|
||||||
source_lists['BUILTIN_COMPILER_CXX_FILES'],
|
'builtin_compiler/builtin_stubs.cpp',
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
# SCons builtin dependency scanner doesn't detect that glsl_lexer.ll
|
# SCons builtin dependency scanner doesn't detect that glsl_lexer.ll
|
||||||
|
Reference in New Issue
Block a user