Skip to content

Commit f7fa0c7

Browse files
committed
Add lzma-sys static as dep to try to fix mac os
1 parent b6a2515 commit f7fa0c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ members = [
1414
"crates/onetagger-platforms"
1515
]
1616

17+
# Workaround for MacOS
18+
[workspace.dependencies]
19+
lzma-sys = { version = "*", features = ["static"] }
20+
1721
[profile.release]
1822
opt-level = 3

0 commit comments

Comments
 (0)