| ... | ... | @@ -2764,10 +2764,8 @@ fn buildOutputType( |
| 2764 | 2764 | break :b create_module.c_source_files.items[0].src_path; |
| 2765 | 2765 | |
| 2766 | 2766 | for (create_module.cli_link_inputs.items) |unresolved_link_input| switch (unresolved_link_input) { |
| 2767 | | .path_query => |pq| switch (Compilation.classifyFileExt(pq.path.sub_path)) { |
| 2768 | | .object, .static_library, .res => break :b pq.path.sub_path, |
| 2769 | | else => continue, |
| 2770 | | }, |
| 2767 | // Intentionally includes dynamic libraries provided by file path. |
| 2768 | .path_query => |pq| break :b pq.path.sub_path, |
| 2771 | 2769 | else => continue, |
| 2772 | 2770 | }; |
| 2773 | 2771 | |