Function addAfterIncludePath [src]
Deprecated; use compile.root_module.addAfterIncludePath(lazy_path) instead.
To be removed after 0.15.0 is tagged.
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);
}