From e0ad1b39093e63cc8ce11c611d30d2f9910f22833aa401302b968f35437ecdbd Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 26 Jun 2025 14:52:27 +0800 Subject: [PATCH] fix: replace single quote to double quote in compiler-rt-adjust-paths.patch Signed-off-by: Soc Virnyl Estela --- compiler-rt-adjust-paths.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.49.0