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