Function addSystemIncludePath [src]

Prototype

pub fn addSystemIncludePath(compile: *Compile, lazy_path: LazyPath) void

Parameters

compile: *Compilelazy_path: LazyPath

Source

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