Portable-Network-Archive / liblzma-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
18 stars 5 forks source link

Change to always do static linking #32

Closed ChanTsune closed 1 year ago

ChanTsune commented 1 year ago

Related #30 , we need to switch liblzma version to 5.4.4, however some environment doesn't have liblzma 5.4. so we need always need static link.