aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig
index 433d64925d..d5efc399d6 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -929,7 +929,7 @@ fn buildOutputType(
});
},
.shared_library => {
- fatal("linking against dynamic libraries not yet supported", .{});
+ try link_objects.append(arg);
},
.zig, .zir => {
if (root_src_file) |other| {