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 bde6f74 commit 0b55809Copy full SHA for 0b55809
build.rs
@@ -0,0 +1,6 @@
1
+fn main() {
2
+ // Fix building from source on Windows because it can't handle file links.
3
+ #[cfg(windows)]
4
+ std::fs::copy("dev/Cargo.toml", "dev-Cargo.toml")
5
+ .expect("Failed to copy the file `dev/Cargo.toml` to `dev-Cargo.toml`");
6
+}
0 commit comments