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

doc: add musl libc support #55

Merged
merged 1 commit into from
Oct 9, 2024
Merged

doc: add musl libc support #55

merged 1 commit into from
Oct 9, 2024

Conversation

iguanacucumber
Copy link
Contributor

Musl libc doesnt support dynamic linking unless a specific RUSTFLAG is provided, i added this flag in the README:

-- OR build from source, requires nightly: https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust
-- build = 'cargo build --release',
-- On musl libc based systems you need to add this flag
-- build = 'RUSTFLAGS="-C target-feature=-crt-static" cargo build --release',

@Saghen Saghen merged commit dbcda96 into Saghen:main Oct 9, 2024
lopi-py pushed a commit to lopi-py/blink.cmp that referenced this pull request Oct 10, 2024
Co-authored-by: user <user@localhost.home>
lopi-py pushed a commit to lopi-py/blink.cmp that referenced this pull request Oct 10, 2024
Co-authored-by: user <user@localhost.home>
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.

3 participants