You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constlinkage=b.option(std.Build.Step.Compile.Linkage, "linkage", "Sets the link mode") orelse.static;
16
+
constlinkage=b.option(std.builtin.LinkMode, "linkage", "Sets the link mode") orelse@as(std.builtin.LinkMode, if (target.result.isGnuLibC()) .dynamicelse.static);
17
17
constappletsList=b.option([]const []constu8, "applets", "List of applets") orelse &[_][]constu8{
0 commit comments