build: highway system integration should default to false
parent
143748a8d3
commit
7642b8bec4
|
|
@ -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", .{
|
||||
|
|
|
|||
Loading…
Reference in New Issue