summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/files/cargo-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rust/files/cargo-path.patch')
-rw-r--r--meta/recipes-devtools/rust/files/cargo-path.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rust/files/cargo-path.patch b/meta/recipes-devtools/rust/files/cargo-path.patch
index 84bd580aa7..9a50c40220 100644
--- a/meta/recipes-devtools/rust/files/cargo-path.patch
+++ b/meta/recipes-devtools/rust/files/cargo-path.patch
@@ -21,8 +21,8 @@ diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py
21--- a/src/bootstrap/bootstrap.py 21--- a/src/bootstrap/bootstrap.py
22+++ b/src/bootstrap/bootstrap.py 22+++ b/src/bootstrap/bootstrap.py
23@@ -954,9 +954,11 @@ 23@@ -954,9 +954,11 @@
24 if deny_warnings: 24 if "RUSTFLAGS_BOOTSTRAP" in env:
25 env["RUSTFLAGS"] += " -Dwarnings" 25 env["RUSTFLAGS"] += " " + env["RUSTFLAGS_BOOTSTRAP"]
26 26
27- env["PATH"] = os.path.join(self.bin_root(), "bin") + \ 27- env["PATH"] = os.path.join(self.bin_root(), "bin") + \
28- os.pathsep + env["PATH"] 28- os.pathsep + env["PATH"]