Skip to content

Commit aea4d50

Browse files
committed
Fix win_lib_path to actually work
1 parent bdb0c8f commit aea4d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylib/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn main() {
99

1010
if cfg!(windows) {
1111
if let Ok(real_path) = std::fs::read_to_string("Lib") {
12-
println!("rustc-env:win_lib_path={real_path:?}");
12+
println!("cargo:rustc-env=win_lib_path={real_path:?}");
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)