Function addRPath [src]

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); }