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