From 457a2bc62c592557f83c1014d357318dee8e2806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 20 Oct 2023 13:48:33 +0200 Subject: [PATCH] "I love Rust" --- worker/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/build.rs b/worker/build.rs index 3e40f83db6..a10303e767 100644 --- a/worker/build.rs +++ b/worker/build.rs @@ -96,7 +96,7 @@ fn main() { if !Command::new(python) .arg("scripts\\getmake.py") .arg("--dir") - .arg(dir) + .arg(dir.clone()) .status() .expect("Failed to start") .success()