b2 icon indicating copy to clipboard operation
b2 copied to clipboard

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

Open pdimov opened this issue 2 months ago • 1 comments

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

pdimov avatar May 01 '24 10:05 pdimov

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

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

grisumbras avatar May 01 '24 10:05 grisumbras