fn dupeStrings(self: *Build, strings: []const []const u8) [][]u8
Duplicates an array of strings without the need to handle out of memory.
self: *Build,
strings: []const []const u8,