Skip to content

Commit 76dde5d

Browse files
committed
shaderc: Fixed build.
1 parent a183cf2 commit 76dde5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/shaderc.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ project "spirv-opt"
8282
path.join(SPIRV_TOOLS, "source/text.h"),
8383
path.join(SPIRV_TOOLS, "source/text_handler.cpp"),
8484
path.join(SPIRV_TOOLS, "source/text_handler.h"),
85+
path.join(SPIRV_TOOLS, "source/to_string.cpp"),
86+
path.join(SPIRV_TOOLS, "source/to_string.h"),
8587
path.join(SPIRV_TOOLS, "source/util/bit_vector.cpp"),
8688
path.join(SPIRV_TOOLS, "source/util/bit_vector.h"),
8789
path.join(SPIRV_TOOLS, "source/util/bitutils.h"),

0 commit comments

Comments
 (0)