mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-12 10:48:39 +03:00
build: missing simdutf
This commit is contained in:
@ -1009,6 +1009,7 @@ fn addDeps(
|
|||||||
step.addIncludePath(.{ .path = "src/simd" });
|
step.addIncludePath(.{ .path = "src/simd" });
|
||||||
step.addCSourceFiles(.{ .files = &.{
|
step.addCSourceFiles(.{ .files = &.{
|
||||||
"src/simd/index_of.cpp",
|
"src/simd/index_of.cpp",
|
||||||
|
"src/simd/simdutf.cpp",
|
||||||
"src/simd/vt.cpp",
|
"src/simd/vt.cpp",
|
||||||
} });
|
} });
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user