Skip to content

Lld: fix implib emit path#25426

Merged
mlugg merged 1 commit intoziglang:masterfrom
mlugg:implib-emit-path
Oct 2, 2025
Merged

Lld: fix implib emit path#25426
mlugg merged 1 commit intoziglang:masterfrom
mlugg:implib-emit-path

Conversation

@mlugg
Copy link
Member

@mlugg mlugg commented Oct 1, 2025

Resolves: #24993


The actual issue was that we were trying to emit implibs in the wrong place. As well as causing #24993, this also caused direct CLI invocations (zig cc, zig build-exe) to not emit the expected implib foo.lib alongside the output foo.dll.

@mlugg mlugg enabled auto-merge (rebase) October 1, 2025 12:21
@mlugg mlugg added this to the 0.15.2 milestone Oct 1, 2025
@mlugg mlugg merged commit 1914d1a into ziglang:master Oct 2, 2025
9 checks passed
@alexrp alexrp removed this from the 0.15.2 milestone Oct 2, 2025
@mlugg mlugg deleted the implib-emit-path branch November 21, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to build Windows DLL with output path being in a subdirectory

2 participants