build: missing simdutf

This commit is contained in:
Mitchell Hashimoto
2024-02-04 11:27:37 -08:00
parent 12885a445a
commit 996517eb43

View File

@ -1009,6 +1009,7 @@ fn addDeps(
step.addIncludePath(.{ .path = "src/simd" });
step.addCSourceFiles(.{ .files = &.{
"src/simd/index_of.cpp",
"src/simd/simdutf.cpp",
"src/simd/vt.cpp",
} });