Skip to content

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