diff options
author | Timothy Arceri <[email protected]> | 2019-11-21 11:18:54 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2019-11-21 16:07:08 +1100 |
commit | cd6322366df3a910ca66b47e4383ca46825e5539 (patch) | |
tree | 0cb8a82e631acb9dd357a000c88a34ee11e4c6a2 /src/compiler/Makefile.sources | |
parent | 5934a53bfe39e8b59c82d643ff1f3477663e8aca (diff) |
compiler: move build definition of pp_standalone_scaffolding.c
This should fix android build issues while still allowing scons to
build the standalone compiler.
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2129
Reviewed-by: Mark Janes <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index f20cd6e8c4d..7b593059834 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -186,8 +186,7 @@ LIBGLSL_GENERATED_FILES = \ LIBGLCPP_FILES = \ glsl/glcpp/glcpp.h \ - glsl/glcpp/pp.c \ - glsl/glcpp/pp_standalone_scaffolding.c + glsl/glcpp/pp.c LIBGLCPP_GENERATED_FILES = \ glsl/glcpp/glcpp-lex.c \ |