Function linkSystemLibrary2 [src]

Deprecated; use compile.root_module.linkSystemLibrary(name, options) instead. To be removed after 0.15.0 is tagged.

Prototype

pub fn linkSystemLibrary2( compile: *Compile, name: []const u8, options: Module.LinkSystemLibraryOptions, ) void

Parameters

compile: *Compilename: []const u8options: Module.LinkSystemLibraryOptions

Source

pub fn linkSystemLibrary2( compile: *Compile, name: []const u8, options: Module.LinkSystemLibraryOptions, ) void { return compile.root_module.linkSystemLibrary(name, options); }