Skip to content

Commit

Permalink
Fix rustc-link-search path
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-airoldie committed May 16, 2024
1 parent 9b3caad commit 061e966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zeromq-src"
version = "0.3.1+4.3.5"
version = "0.3.2+4.3.5"
authors = ["jean-airoldie <maxence.caron@protonmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ impl Build {

build.include(libsodium.include_dir());
println!(
"cargo:rustc-link-search={:?}",
"cargo:rustc-link-search={}",
libsodium.lib_dir().display()
);

Expand Down

0 comments on commit 061e966

Please sign in to comment.