Skip to content

Commit

Permalink
Add lzma-sys static as dep to try to fix mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Jan 26, 2025
1 parent b6a2515 commit f7fa0c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ members = [
"crates/onetagger-platforms"
]

# Workaround for MacOS
[workspace.dependencies]
lzma-sys = { version = "*", features = ["static"] }

[profile.release]
opt-level = 3

0 comments on commit f7fa0c7

Please sign in to comment.