pub const SystemLib = struct
pub const SystemLib = struct { name: []const u8, needed: bool, weak: bool, use_pkg_config: UsePkgConfig, preferred_link_mode: std.builtin.LinkMode, search_strategy: SystemLib.SearchStrategy, pub const UsePkgConfig = std.Build.Configuration.SystemLib.UsePkgConfig; pub const SearchStrategy = std.Build.Configuration.SystemLib.SearchStrategy; }