mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #1205] [CLOSED] python - link statically against vc_redist #1765
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/1205
Author: @K0lb3
Created: 10/5/2024
Status: ❌ Closed
Base:
master← Head:python---link-statically-against-vc_redist📝 Commits (1)
5938469python - link statically against vc_redist📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
setup.py(+6 -0)📄 Description
This PR makes the python setup link against vc_runtime statically if msvc is used as compiler.
As cibuildwheel uses msvc on Windows, this PR solves #782 for good.
#782 is still an active issue and was closed despite it not being solved,
besides basically forcing all dependents to have to write about Windows users having to vc_redist.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.