We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9d052 commit 1f79122Copy full SHA for 1f79122
hdf5-conda/build.rs
@@ -38,7 +38,7 @@ const INC_PATH: &str = {
38
if #[cfg(any(target_os = "linux", target_os = "macos"))] {
39
"include"
40
} else if #[cfg(target_os = "windows")] {
41
- "Library\\include"
+ "Library/include"
42
} else {
43
compile_error!("This crate can not be used on this platform");
44
}
@@ -62,7 +62,7 @@ const LIB_PATH: &str = {
62
63
"lib"
64
65
- "Library\\lib"
+ "Library/lib"
66
67
68
0 commit comments