Skip to content

Do not attempt to use -rpath on Windows when linking.#223

Merged
kevinushey merged 1 commit into
RcppCore:masterfrom
kalibera:no-rpath-on-windows
Aug 14, 2024
Merged

Do not attempt to use -rpath on Windows when linking.#223
kevinushey merged 1 commit into
RcppCore:masterfrom
kalibera:no-rpath-on-windows

Conversation

@kalibera

Copy link
Copy Markdown
Contributor

Windows does not support the Unix -rpath mechanism. This patch avoids attempts to use it, which is needed with LLVM lld linker, which fails with error message "unknown argument".

@eddelbuettel eddelbuettel 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.

Looks good to me but @kevinushey's call

@kevinushey kevinushey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM; thanks!

@kevinushey kevinushey merged commit 544498f into RcppCore:master Aug 14, 2024
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.

3 participants