From 63f22397ae2a3eb7a4ab43488a1ae1fc77f33d45 Mon Sep 17 00:00:00 2001
From: bjorn3 <bjorn3@users.noreply.github.com>
Date: Sun, 8 Mar 2020 12:25:11 +0100
Subject: [PATCH] Fix Cranelift patch paths

---
 Cargo.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 0f89f03432a..dbd9eef4937 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,11 +31,11 @@ features = ["write"] # We don't need read support
 
 # Uncomment to use local checkout of cranelift
 #[patch."https://github.com/bytecodealliance/wasmtime/"]
-#cranelift-codegen = { path = "../wasmtime/cranelift/cranelift-codegen" }
-#cranelift-frontend = { path = "../wasmtime/cranelift/cranelift-frontend" }
-#cranelift-module = { path = "../wasmtime/cranelift/cranelift-module" }
-#cranelift-simplejit = { path = "../wasmtime/cranelift/cranelift-simplejit" }
-#cranelift-object = { path = "../wasmtime/cranelift/cranelift-object" }
+#cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
+#cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
+#cranelift-module = { path = "../wasmtime/cranelift/module" }
+#cranelift-simplejit = { path = "../wasmtime/cranelift/simplejit" }
+#cranelift-object = { path = "../wasmtime/cranelift/object" }
 
 #[patch.crates-io]
 #gimli = { path = "../" }