[Mesa-dev] [PATCH] Fix a typo in src/compiler/Makefile.nir.am
Juan A. Suarez Romero
jasuarez at igalia.com
Mon Apr 9 11:05:40 UTC 2018
On Fri, 2018-04-06 at 18:28 +0200, Bastien Orivel wrote:
> Since 31d91f019b58ca362c05db1fd0c75fedd169cd7b, the makefile tries to
> find the file SConstript.spirv instead of SConscript.spirv which breaks
> the make dist command.
Fixes: 31d91f019b ("spirv: Fix building with SCons")
With that,
Reviewed-by: Juan A. Suarez <jasuarez at igalia.com>
> ---
> src/compiler/Makefile.nir.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am
> index 27dc129e57..4ccd7f36be 100644
> --- a/src/compiler/Makefile.nir.am
> +++ b/src/compiler/Makefile.nir.am
> @@ -101,4 +101,4 @@ EXTRA_DIST += \
> nir/tests \
> nir/README \
> SConscript.nir \
> - SConstript.spirv
> + SConscript.spirv
More information about the mesa-dev
mailing list