1 Oct
2016
1 Oct
'16
4:33 p.m.
On Sat, Oct 1, 2016 at 12:24 PM, Steven Watanabe
... It assumes that ssl can be found in the default library path. You should be able to pass the paths to Boost.Build with b2 library-path=... include=...
Wow, that's a huge hassle. And that doesn't scale, what if a project uses 5 different libraries? You have to pass 10 command line options? That's incredibly inconvenient... surely this is not the recommended approach to finding library dependencies...