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

Use Base.Linking.private_libdir() for base libTracyClient #32

Merged
merged 2 commits into from
Dec 22, 2023

Conversation

topolarity
Copy link
Owner

@topolarity topolarity commented Dec 22, 2023

It is a problem for relocatability for us to resolve the path from dllist() at pre-compile time, so instead we resolve it at __init__() by looking directly in the private libdir.

Eventually, this should be moved into its own stdlib, in which case we can use the library from LibTracyClient_jll directly.

It is a problem for relocatability for us to resolve the path
dynamically from `dllist()` at pre-compile time, so instead we resolve
it at `__init__()` by looking directly in the private libdir.

Eventually, this should be moved into its own stdlib, in which case we
can use the library from LibTracyClient_jll directly.
@topolarity topolarity merged commit 612eec0 into main Dec 22, 2023
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.

1 participant