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

fix boost auto-link breaking some win scons builds #463

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

NQNStudios
Copy link
Collaborator

At this point I'm using my own from-source builds to supply pretty much all of the dependencies in my local builds. This is another fix for that case, which hopefully won't affect the CI case.

Setting up another Windows dev environment I was getting a frustrating bug--Boost has some kind of "auto-link" feature which causes it to try to link against a DLL which doesn't exist in my from-source builds and isn't passed as a link flag. The only way to stop this is to define BOOST_ALL_NO_LIB.

@CelticMinstrel CelticMinstrel merged commit 3296226 into calref:master Nov 1, 2024
6 checks passed
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