Closed koutheir closed 4 years ago
By declaring the directory where liblzma is built to cargo, a dependent crate can use that built library when linking native non-Rust code by an external build system. The environment variable DEP_LZMA_ROOT would allow access to the built liblzma.
liblzma
DEP_LZMA_ROOT
The only build failure results of a network error. Does that disallow merging of this pull request?
Looks good to me, thanks!
By declaring the directory where
liblzma
is built to cargo, a dependent crate can use that built library when linking native non-Rust code by an external build system. The environment variableDEP_LZMA_ROOT
would allow access to the builtliblzma
.