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

Link to clang at runtime #7

Merged
merged 3 commits into from
Jul 24, 2023
Merged

Link to clang at runtime #7

merged 3 commits into from
Jul 24, 2023

Conversation

hhirtz
Copy link
Member

@hhirtz hhirtz commented Jun 19, 2023

this makes bindgen load libclang during the execution of build instead
of its compilation.

it also has the advantage that older versions of clang are supported.
see the following links for statements:

hhirtz added 3 commits June 19, 2023 14:00
this makes bindgen load libclang during the execution of build instead
of its compilation.

it also has the advantage that older versions of clang are supported.
see the following links for statements:
- rust-lang/rust-bindgen#1694
- https://github.com/Janekdererste/metis-rs#why-this-fork
@hhirtz hhirtz merged commit ffe4de1 into master Jul 24, 2023
@hhirtz hhirtz deleted the runtime-clang branch July 24, 2023 07:48
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