Skip to content
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

Fix native library linking #63

Closed
wants to merge 1 commit into from
Closed

Conversation

mattprecious
Copy link
Owner

This was only working for local development since project paths were
being included in the libraries when building. Pointing rpath to
"@loader_path" tells them to look in their relative directory when
loading other libraries.

The manual loading of the additional libraries was completely
unnecessary.

@mattprecious mattprecious force-pushed the mattp/2023-10-27/paths branch from 28cdd36 to 976306d Compare October 27, 2023 21:06
This was only working for local development since project paths were
being included in the libraries when building. Pointing rpath to
"@loader_path" tells them to look in their relative directory when
loading other libraries.

The manual loading of the additional libraries was completely
unnecessary.
@mattprecious mattprecious force-pushed the mattp/2023-10-27/paths branch from 976306d to 079b6de Compare October 27, 2023 21:07
@mattprecious
Copy link
Owner Author

Not good enough. Going to investigate static linking instead.

@mattprecious mattprecious deleted the mattp/2023-10-27/paths branch November 18, 2023 18:41
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