Skip to content

Fix -rpath for macos #689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2021
Merged

Fix -rpath for macos #689

merged 1 commit into from
Mar 18, 2021

Conversation

tskeith
Copy link
Collaborator

@tskeith tskeith commented Mar 18, 2021

The linker on macos doesn't accept -rpath=..., it wants the library
as a separate argument. That seems to work okay on linux too.
Also replace %temp with %t where that was intended.

The linker on macos doesn't accept `-rpath=...`, it wants the library
as a separate argument. That seems to work okay on linux too.
Also replace `%temp` with `%t` where that was intended.
@tskeith tskeith requested review from schweitzpgi and Renaud-K March 18, 2021 17:42
@tskeith tskeith merged commit c5c966c into fir-dev Mar 18, 2021
@tskeith tskeith deleted the tsk-rpath branch March 18, 2021 18:44
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