Skip to content

Commit

Permalink
revert single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 20, 2023
1 parent f16b33e commit 0a85fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fn main() {
"python".to_string()
};

let dir = format!("{}/msys", mediasoup_out_dir.replace("\\", "/"));
let dir = format!("{}/msys", mediasoup_out_dir.replace('\\', "/"));

if !Command::new(python)
.arg("scripts\\getmake.py")
Expand Down

0 comments on commit 0a85fc0

Please sign in to comment.