Function addAfterIncludePath [src]
Prototype
pub fn addAfterIncludePath(compile: *Compile, lazy_path: LazyPath) void
Parameters
compile: *Compile
lazy_path: LazyPath
Source
pub fn addAfterIncludePath(compile: *Compile, lazy_path: LazyPath) void {
compile.root_module.addAfterIncludePath(lazy_path);
}