There was an error while loading. Please reload this page.
-f
1 parent d6c75af commit c9c6d51Copy full SHA for c9c6d51
1 file changed
libsql-ffi/build.rs
@@ -82,6 +82,7 @@ fn copy_with_cp(from: impl AsRef<Path>, to: impl AsRef<Path>) -> io::Result<()>
82
#[cfg(not(target_os = "macos"))]
83
let command = command.arg("--no-preserve=mode,ownership");
84
match command
85
+ .arg("-f")
86
.arg("-R")
87
.arg(from.as_ref().to_str().unwrap())
88
.arg(to.as_ref().to_str().unwrap())
0 commit comments