Skip to content

Commit

Permalink
fix: docker missing libsoxr by switch to static build
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Jan 4, 2024
1 parent 68a6f4f commit cd75d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml.release-build
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
git-fetch-with-cli = true

[patch.crates-io]
libsoxr-sys = { git = "https://github.com/giangndm/libsoxr-sys.git", rev = "994fb732a4237d65d241fc83771dd24f4c25e8de" }
libsoxr-sys = { git = "https://github.com/giangndm/libsoxr-sys.git", rev = "994fb732a4237d65d241fc83771dd24f4c25e8de", features = ["static"] }

0 comments on commit cd75d57

Please sign in to comment.