mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-05 19:32:56 +00:00
fix(node): statically link lzma (#961)
Fixes #956 Same changes as https://github.com/lancedb/lance/pull/1934
This commit is contained in:
@@ -23,5 +23,8 @@ napi = { version = "2.15", default-features = false, features = [
|
||||
] }
|
||||
napi-derive = "2"
|
||||
|
||||
# Prevent dynamic linking of lzma, which comes from datafusion
|
||||
lzma-sys = { version = "*", features = ["static"] }
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = "2.1"
|
||||
|
||||
Reference in New Issue
Block a user