Skip to content

fix: skip libpython rpath args on Windows and Cygwin - #6284

Merged
davidhewitt merged 1 commit into
PyO3:mainfrom
WaterWhisperer:fix/windows-cygwin-rpath-link-args
Aug 5, 2026
Merged

fix: skip libpython rpath args on Windows and Cygwin#6284
davidhewitt merged 1 commit into
PyO3:mainfrom
WaterWhisperer:fix/windows-cygwin-rpath-link-args

Conversation

@WaterWhisperer

@WaterWhisperer WaterWhisperer commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Fixes #6282
Related #6205 / #6212

add_libpython_rpath_link_args shouldn't emit unix-style rpath linker args on Windows or Cygwin.

@WaterWhisperer
WaterWhisperer force-pushed the fix/windows-cygwin-rpath-link-args branch from d271449 to 53690a9 Compare August 3, 2026 04:11
@davidhewitt davidhewitt mentioned this pull request Aug 3, 2026
8 tasks

@davidhewitt davidhewitt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you!

@davidhewitt
davidhewitt added this pull request to the merge queue Aug 4, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 4, 2026
@davidhewitt
davidhewitt added this pull request to the merge queue Aug 5, 2026
Merged via the queue into PyO3:main with commit 166b043 Aug 5, 2026
49 of 50 checks passed
@WaterWhisperer
WaterWhisperer deleted the fix/windows-cygwin-rpath-link-args branch August 5, 2026 14:20
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.

add_libpython_rpath_link_args emits Unix rpath linker args on Windows

2 participants