Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Fricke <spencerfricke@gmail.com>2022-09-27 17:36:08 +0300
committerGitHub <noreply@github.com>2022-09-27 17:36:08 +0300
commite1a8b5d60dbf44aa76913d86dae203b7e2dbc884 (patch)
tree5005e131994644cabd89ebc4c8024cd62fed738d
parent49230a2307a53a99ad699f729b6a2cc8850f754c (diff)
build: Fix BUILD.gn build error (#4948)
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4f1c43ee1..b7e20b343 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -526,7 +526,7 @@ static_library("spvtools_val") {
"source/val/validate_memory.cpp",
"source/val/validate_memory_semantics.cpp",
"source/val/validate_memory_semantics.h",
- "source/val/validate_mesh_shading.h",
+ "source/val/validate_mesh_shading.cpp",
"source/val/validate_misc.cpp",
"source/val/validate_mode_setting.cpp",
"source/val/validate_non_uniform.cpp",