| ... | @@ -1653,6 +1653,9 @@ fn buildOutputType( | ... | @@ -1653,6 +1653,9 @@ fn buildOutputType( |
| 1653 | } else root_src_file = arg; | 1653 | } else root_src_file = arg; |
| 1654 | }, | 1654 | }, |
| 1655 | .def, .unknown => { | 1655 | .def, .unknown => { |
| | 1656 | if (std.ascii.eqlIgnoreCase(".xml", std.fs.path.extension(arg))) { |
| | 1657 | std.log.warn("embedded manifest files must have the extension '.manifest'", .{}); |
| | 1658 | } |
| 1656 | fatal("unrecognized file extension of parameter '{s}'", .{arg}); | 1659 | fatal("unrecognized file extension of parameter '{s}'", .{arg}); |
| 1657 | }, | 1660 | }, |
| 1658 | } | 1661 | } |