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

Add support for LIBRARY_PATH environment variable. #490

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

jemc
Copy link
Contributor

@jemc jemc commented Aug 19, 2024

This environment variable is used like it is in C compilers - to add additional library paths (colon-separated) to pass to the linker when linking a final binary.

This environment variable is used like it is in C compilers -
to add additional library paths (colon-separated) to pass
to the linker when linking a final binary.
@jemc jemc self-assigned this Aug 19, 2024
@jemc jemc merged commit c2fb23b into main Aug 19, 2024
7 of 8 checks passed
@jemc jemc deleted the add/library-path-env branch August 19, 2024 15:34
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