Skip to content

Commit 2122002

Browse files
committed
fix: Correct link directive
1 parent bd391d5 commit 2122002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fn main() {
1010
qulacs_include.push("include");
1111
println!(
1212
"cargo:rustc-link-search={}",
13-
qulacs_path
13+
qulacs_lib
1414
.canonicalize()
1515
.expect("cannot cannonicalize path")
1616
.to_string_lossy()

0 commit comments

Comments
 (0)