std.builtin: make link mode fields lowercase

This commit is contained in:
Tristan Ross
2024-02-18 20:34:32 -08:00
parent 099f3c4039
commit 9d70d614ae
35 changed files with 159 additions and 164 deletions

View File

@@ -414,7 +414,7 @@ pub const LinkSystemLibraryOptions = struct {
needed: bool = false,
weak: bool = false,
use_pkg_config: SystemLib.UsePkgConfig = .yes,
preferred_link_mode: std.builtin.LinkMode = .Dynamic,
preferred_link_mode: std.builtin.LinkMode = .dynamic,
search_strategy: SystemLib.SearchStrategy = .paths_first,
};