Function addLibraryPath [src]

Prototype

pub fn addLibraryPath(compile: *Compile, directory_path: LazyPath) void

Parameters

compile: *Compiledirectory_path: LazyPath

Source

pub fn addLibraryPath(compile: *Compile, directory_path: LazyPath) void { compile.root_module.addLibraryPath(directory_path); }