summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2023-04-21 10:39:41 +0200
committerGitHub <noreply@github.com>2023-04-21 10:39:41 +0200
commit289c3eee10e97281279d49ef743b19281723801e (patch)
tree6248cf1fc2b85f472f45b3348c6a0bab729a9a4a
parent87443c08c58101d8dce60e73d0c154c55f7923b4 (diff)
Update build.rsXAMPPRocky-patch-1
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index 13be3a2..c927bc6 100644
--- a/build.rs
+++ b/build.rs
@@ -107,7 +107,7 @@ use super::*;
let path = path.path();
let root = std::path::PathBuf::from(std::env::var("CARGO_MANIFEST_DIR").unwrap());
- let name = path.file_stem().unwrap().to_str().unwrap().to_lowercase().replace('.', '_');
+ let name = path.file_stem().unwrap().to_str().unwrap().to_lowercase().replace('.', "_");
if name == "jupyter" {
continue;