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

Explicitly link against the dotnet/llvm-project libc++ #102001

Merged
merged 2 commits into from
May 8, 2024

Conversation

jkoritzinsky
Copy link
Member

Use -nostdlib++ and manual linker args instead of -stdlib=libc++ to ensure we're always building against our the local libc++, not a system one

Fixes the failures when building against a rootfs with a custom libc++ build.

…nsure we're always building against our the local libc++, not a system one

Fixes the failures when building against a rootfs with a custom libc++ build.
src/mono/mono.proj Outdated Show resolved Hide resolved
@jkoritzinsky jkoritzinsky merged commit bca9f0f into dotnet:main May 8, 2024
75 of 77 checks passed
@jkoritzinsky jkoritzinsky deleted the mono-local-libcxx branch May 8, 2024 14:43
michaelgsharp pushed a commit to michaelgsharp/runtime that referenced this pull request May 9, 2024
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants