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 the musl-g++ issue fix in the README.md file. #150

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

iddm
Copy link

@iddm iddm commented Sep 7, 2024

Adds the relevant piece of information regarding the famous musl-g++ problem with some projects, to help other users.

Adds the relevant piece of information regarding the famous musl-g++ problem with some projects, to help other users.
README.md Outdated
RUN chown 777 -R `pwd` && \
chown -R $(id -u) . && \
ln -s /usr/bin/g++ /usr/bin/musl-g++ && \
cargp build --target=x86_64-unknown-linux-musl
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! There's a typo in cargo though

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the review! Should be fixed!

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