diff --git a/libsql-ffi/build.rs b/libsql-ffi/build.rs index ceda2a6794..6b4d89024f 100644 --- a/libsql-ffi/build.rs +++ b/libsql-ffi/build.rs @@ -82,6 +82,7 @@ fn copy_with_cp(from: impl AsRef, to: impl AsRef) -> io::Result<()> #[cfg(not(target_os = "macos"))] let command = command.arg("--no-preserve=mode,ownership"); match command + .arg("-f") .arg("-R") .arg(from.as_ref().to_str().unwrap()) .arg(to.as_ref().to_str().unwrap())