Skip to content

Fixes libsodium installer#137

Merged
owent merged 1 commit into
mainfrom
dev
Apr 21, 2026
Merged

Fixes libsodium installer#137
owent merged 1 commit into
mainfrom
dev

Conversation

@owent

@owent owent commented Apr 21, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings April 21, 2026 09:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the MSVC/libsodium install step to avoid installing both static and dynamic artifacts into the same destination, which can lead to conflicts when files share the same basename.

Changes:

  • Restrict MSBuild artifact discovery to the active linkage output directory (static vs dynamic).
  • Only glob/install DLLs when building the DLL configuration; avoid carrying DLL install state in static builds.
  • Clean up temporary CMake variables used during the install step.

@owent owent merged commit 2f05a00 into main Apr 21, 2026
22 checks passed
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.

2 participants