mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-07 05:43:20 +00:00
build: highway system integration should default to false
This commit is contained in:
@@ -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", .{
|
||||
|
||||
Reference in New Issue
Block a user