glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILES
Squashed with two reverts: Revert "android: Update for builtin_stubs.cpp move" This reverts commitc0def90ede
. Revert "scons: Update for builtin_stubs.cpp" This reverts commit8ac4b82699
. Tested-by: Andreas Boll <andreas.boll.dev@gmail.com> Tested-on-Android-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
@@ -76,9 +76,8 @@ else:
|
||||
|
||||
builtin_compiler = env.Program(
|
||||
target = 'builtin_compiler/builtin_compiler',
|
||||
source = compiler_objs + glsl_sources + [
|
||||
'builtin_compiler/builtin_stubs.cpp',
|
||||
]
|
||||
source = compiler_objs + glsl_sources + \
|
||||
source_lists['BUILTIN_COMPILER_CXX_FILES'],
|
||||
)
|
||||
|
||||
# SCons builtin dependency scanner doesn't detect that glsl_lexer.ll
|
||||
|
Reference in New Issue
Block a user