pub fn addFrameworkPath(translate_c: *TranslateC, directory_path: LazyPath) void
pub fn addFrameworkPath(translate_c: *TranslateC, directory_path: LazyPath) void { const graph = translate_c.step.owner.graph; const arena = graph.arena; translate_c.include_dirs.append(arena, .{ .framework_path = directory_path.dupe(graph) }) catch @panic("OOM"); directory_path.addStepDependencies(&translate_c.step); }