Skip to content

Commit 07b47e5

Browse files
author
Alex Kornitzer
committed
build: dirty hack to solve dylib C linking issue
Related issue: rust-lang/rust#64340
1 parent 566fd69 commit 07b47e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ fn link_nng() {
6868
dst.join("lib64").display()
6969
);
7070

71-
println!("cargo:rustc-link-lib=static=nng");
71+
//println!("cargo:rustc-link-lib=static=nng");
72+
println!("cargo:rustc-link-lib=nng");
7273
}
7374

7475
#[cfg(not(feature = "build-nng"))]

nng

Submodule nng updated 645 files

0 commit comments

Comments
 (0)