bfgroup / b2

B2 makes it easy to build C++ projects, everywhere.
https://www.bfgroup.xyz/b2/
Boost Software License 1.0
75 stars 228 forks source link

lzma.jam doesn't support building from source, like zlib.jam and bzip2.jam #380

Open pdimov opened 4 months ago

pdimov commented 4 months ago

Would it make sense for lzma.jam to also support building from source?

grisumbras commented 4 months ago

If my PR #296 is merged, then (I think) one could do

lib mylzma : lzma.cpp ;
external.configure lzma : <target>lzma=mylzma ;