10 Mar
2019
10 Mar
'19
2:39 a.m.
On Sat, Mar 9, 2019 at 5:37 PM Peter Dimov via Boost
Tom Kent wrote:
* Can't create libraries for bzip2 and zlib (showstopper? anyone else seeing this?)
I haven't seen your initial report of this issue (on the users list?) but it's probably caused by this change:
https://github.com/boostorg/build/commit/5ad92cd76ff393792f30aa50688c95eff24...
Before that, -sZLIB_SOURCE=... on the b2 command line would have worked; after it, only the environment variable ZLIB_SOURCE is consulted.
I am setting BZIP2_SOURCE and ZLIB_SOURCE environmental variables, I haven't used the -s method.