Skip to content

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

Open
WaterWhisperer wants to merge 1 commit into
PyO3:mainfrom
WaterWhisperer:fix/windows-cygwin-rpath-link-args
Open

fix: skip libpython rpath args on Windows and Cygwin#6284
WaterWhisperer wants to merge 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
5 tasks
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

1 participant