Skip to content

Commit

Permalink
Fix “operation not supported” error.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Oct 17, 2019
1 parent a8f6d99 commit 81ebe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn build_and_link() -> IncludePaths {
}
run_command("Copying libffi into the build directory",
Command::new("cp")
.arg("-a")
.arg("-R")
.arg(LIBFFI_DIR)
.arg(&build_dir));

Expand Down

0 comments on commit 81ebe37

Please sign in to comment.