tree-sitter: update webui fix-paths.patch (#358451)

This commit is contained in:
Aleksana 2024-12-07 20:11:21 +08:00 committed by GitHub
commit f6a9fc6342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
diff --git a/cli/loader/src/lib.rs b/cli/loader/src/lib.rs
index 9c1d8dfc..a5cfc74c 100644
index 4e3effed..74b4d3e3 100644
--- a/cli/loader/src/lib.rs
+++ b/cli/loader/src/lib.rs
@@ -747,7 +747,7 @@ impl Loader {
Podman,
@@ -969,7 +969,7 @@ impl Loader {
}
let root_path = root_path.unwrap_or(src_path);
- let emcc_name = if cfg!(windows) { "emcc.bat" } else { "emcc" };
+ let emcc_name = if cfg!(windows) { "emcc.bat" } else { "@emcc@" };