Function addFrameworkPath [src]

Deprecated; use compile.root_module.addFrameworkPath(directory_path) instead. To be removed after 0.15.0 is tagged.

Prototype

pub fn addFrameworkPath(compile: *Compile, directory_path: LazyPath) void

Parameters

compile: *Compiledirectory_path: LazyPath

Source

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