Function addRPath [src]
Deprecated; use compile.root_module.addRPath(directory_path) instead.
To be removed after 0.15.0 is tagged.
Prototype
pub fn addRPath(compile: *Compile, directory_path: LazyPath) void Parameters
compile: *Compiledirectory_path: LazyPath Source
pub fn addRPath(compile: *Compile, directory_path: LazyPath) void {
compile.root_module.addRPath(directory_path);
}