Skip to content

Commit 81ebe37

Browse files
authored
Fix “operation not supported” error.
1 parent a8f6d99 commit 81ebe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fn build_and_link() -> IncludePaths {
5959
}
6060
run_command("Copying libffi into the build directory",
6161
Command::new("cp")
62-
.arg("-a")
62+
.arg("-R")
6363
.arg(LIBFFI_DIR)
6464
.arg(&build_dir));
6565

0 commit comments

Comments
 (0)