diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-08-05 22:32:35 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-08-06 06:15:13 +0200 |
| commit | 7ee6dab39fac7aa12fa9fd952bb2bdc28d5eabe8 (patch) | |
| tree | b97957e62077e78f6bf49836babcdb84b4ff772f /test/standalone/windows_spawn/build.zig | |
| parent | 9a158c1dae531f2a4e5667569bed38c27cbd4d57 (diff) | |
| download | zig-7ee6dab39fac7aa12fa9fd952bb2bdc28d5eabe8.tar.gz zig-7ee6dab39fac7aa12fa9fd952bb2bdc28d5eabe8.zip | |
Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."
This reverts commit b461d07a5464aec86c533434dab0b58edfffb331.
After some discussion in the team, we've decided that this is too disruptive,
especially because the linker errors are less than helpful. That's a fixable
problem, so we might reconsider this in the future, but revert it for now.
Diffstat (limited to 'test/standalone/windows_spawn/build.zig')
| -rw-r--r-- | test/standalone/windows_spawn/build.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/standalone/windows_spawn/build.zig b/test/standalone/windows_spawn/build.zig index 628b1a6900..2b967b16d5 100644 --- a/test/standalone/windows_spawn/build.zig +++ b/test/standalone/windows_spawn/build.zig @@ -28,8 +28,6 @@ pub fn build(b: *std.Build) void { }), }); - main.root_module.linkSystemLibrary("advapi32", .{}); - const run = b.addRunArtifact(main); run.addArtifactArg(hello); run.expectExitCode(0); |
