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