From 81ebe37976cf5cf3d9554872ee027e3332020de8 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Thu, 17 Oct 2019 05:27:27 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9Coperation=20not=20supported?= =?UTF-8?q?=E2=80=9D=20error.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 1a7e5cd..8433700 100644 --- a/build.rs +++ b/build.rs @@ -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));