Skip to content

Commit f8d8f0f

Browse files
authored
Merge pull request tov#25 from reitermarkus/cp-r
Thanks!
2 parents a8f6d99 + 81ebe37 commit f8d8f0f

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)