build: highway system integration should default to false

pull/9865/head
Mitchell Hashimoto 2025-12-10 13:13:35 -08:00
parent 143748a8d3
commit 7642b8bec4
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ pub fn addSimd(
}
// Highway
if (b.systemIntegrationOption("highway", .{})) {
if (b.systemIntegrationOption("highway", .{ .default = false })) {
m.linkSystemLibrary("libhwy", dynamic_link_opts);
} else {
if (b.lazyDependency("highway", .{