calref / cboe

Classic Blades of Exile
http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-of-exile/
Other
174 stars 42 forks source link

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

Closed NQNStudios closed 2 weeks ago

NQNStudios commented 3 weeks ago

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.