| author | |
| committer | |
| log | abd72781a34b87adfea9d35efe1da565c75d2efe |
| tree | 64ea1153cda596f8ae94d88233155c7f128b5281 |
| parent | 0b4a5254fa7ab43315d99790d0256b8527164faa |
1 files changed, 1 insertions(+), 1 deletions(-)
src/main.zig+1-1| ... | ... | @@ -929,7 +929,7 @@ fn buildOutputType( |
| 929 | 929 | }); |
| 930 | 930 | }, |
| 931 | 931 | .shared_library => { |
| 932 | fatal("linking against dynamic libraries not yet supported", .{}); | |
| 932 | try link_objects.append(arg); | |
| 933 | 933 | }, |
| 934 | 934 | .zig, .zir => { |
| 935 | 935 | if (root_src_file) |other| { |