nir: Fix a typo in src/compiler/Makefile.nir.am

Since 31d91f019b, the makefile tries to
find the file SConstript.spirv instead of SConscript.spirv which breaks
the make dist command.

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Bastien Orivel 2018-04-06 10:28:00 -06:00 committed by Brian Paul
parent 04e609f1f8
commit 42c2f5b579
1 changed files with 1 additions and 1 deletions

View File

@ -101,4 +101,4 @@ EXTRA_DIST += \
nir/tests \
nir/README \
SConscript.nir \
SConstript.spirv
SConscript.spirv