7
0
forked from pool/rusty_v8

fixing the patch file compiler-rt-adjust-paths.patch #3

Merged
uncomfyhalomacro merged 1 commits from uncomfyhalomacro/rusty_v8:factory into factory 2025-07-10 10:11:47 +02:00

View File

@@ -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
}