Function linkSystemLibrary [src]
Deprecated; use compile.root_module.linkSystemLibrary(name, .{}) instead.
To be removed after 0.15.0 is tagged.
Prototype
pub fn linkSystemLibrary(compile: *Compile, name: []const u8) void Parameters
compile: *Compilename: []const u8 Source
pub fn linkSystemLibrary(compile: *Compile, name: []const u8) void {
return compile.root_module.linkSystemLibrary(name, .{});
}