10 Mar
2019
10 Mar
'19
12:02 a.m.
Steven Watanabe wrote:
That's not the problem. os.environ sees -s arguments as well. If you build with --debug-configuration it shows that it's picking up the correct path for zlib. Also, the tests run correctly. It's only install/stage that fails.
Yes, I figured that part out, eventually. I tried to replicate. With C:\boost-git\develop>b2 -sZLIB_SOURCE=c:\projects\zlib-1.2.7 install --with-iostreams --debug-configuration on the current develop, I see zlib being installed: common.copy C:\Boost\lib\libboost_zlib-vc141-mt-gd-x64-1_70.lib Which part doesn't work?