pkg/highway: always linkLibC

This commit is contained in:
Mitchell Hashimoto
2026-04-24 09:26:12 -07:00
parent ca3288ca93
commit 1c3a571312
3 changed files with 9 additions and 8 deletions

View File

@@ -802,7 +802,6 @@ pub fn addSimd(
} else if (b.lazyDependency("highway", .{
.target = target,
.optimize = optimize,
.no_libc = simd_libc == .no_libc,
})) |highway_dep| lib: {
const lib = highway_dep.artifact("highway");
if (simd_libc == .no_libc) {