diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-02-06 02:10:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-06 02:10:08 +0100 |
| commit | 1a1389c513119c344d2eafefd3b6353b2c6cd343 (patch) | |
| tree | 00217aa1874c039b6216559ade89496e2db2b5f1 /src/Compilation.zig | |
| parent | ff551374a03c3310bdcbf6f5efa62b670037c3b0 (diff) | |
| parent | e60072635eca3f3c983d92819aa67c0decc7d4a6 (diff) | |
| download | zig-1a1389c513119c344d2eafefd3b6353b2c6cd343.tar.gz zig-1a1389c513119c344d2eafefd3b6353b2c6cd343.zip | |
Merge pull request #19614 from jedisct1/wasi-libc-update
Update wasi-libc to d03829489904d38c624f6de9983190f1e5e7c9c5
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig index 14c216854e..22d2beccc6 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -806,6 +806,7 @@ pub const MiscTask = enum { @"wasi crt1-reactor.o", @"wasi crt1-command.o", @"wasi libc.a", + @"wasi libdl.a", @"libwasi-emulated-process-clocks.a", @"libwasi-emulated-getpid.a", @"libwasi-emulated-mman.a", |
