diff --git a/compiler-rt-adjust-paths.patch b/compiler-rt-adjust-paths.patch index 30657ab..74ee566 100644 --- a/compiler-rt-adjust-paths.patch +++ b/compiler-rt-adjust-paths.patch @@ -13,7 +13,7 @@ diff -ruN /tmp/rusty_v8-v137.1.0/build/config/clang/BUILD.gn rusty_v8-v137.1.0/b _dir = "armv7-unknown-linux-gnueabihf" } else if (current_cpu == "arm64") { _dir = "aarch64-unknown-linux-gnu" -+ _suffix = "-aarch64' ++ _suffix = "-aarch64" } else { assert(false) # Unhandled cpu type }