Function addSystemFrameworkPath [src]

Prototype

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

Parameters

compile: *Compiledirectory_path: LazyPath

Source

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