-
-
Notifications
You must be signed in to change notification settings - Fork 201
Use shared libgcc and libc++ #1007
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
Conversation
This makes sure we use the same as Source2
|
ping @roflmuffin - is this something we can get merged? Any objections? |
|
This change would mean you can only ever run in steamrt environment right (though you probably should be anyway) |
|
Hmm, I don't think so - my understanding is that CS2 itself is compiled like this so CS2 already uses these shared libs |
|
Any news 👀 - would prefer using the official releases rather than keeping a fork in sync on every update 😄 🤞 |
roflmuffin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets give it a go
This makes sure we use the same as Source2, which uses shared versions
Also resolves mismatch with custom
LD_PRELOADlibs that use shared libcc/libc++