7
0
forked from pool/rusty_v8

update changes to main #4

Manually merged
javascript merged 8 commits from uncomfyhalomacro/rusty_v8:factory into main 2025-07-17 22:55:12 +02:00
Showing only changes of commit e0ad1b3909 - Show all commits

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" _dir = "armv7-unknown-linux-gnueabihf"
} else if (current_cpu == "arm64") { } else if (current_cpu == "arm64") {
_dir = "aarch64-unknown-linux-gnu" _dir = "aarch64-unknown-linux-gnu"
+ _suffix = "-aarch64' + _suffix = "-aarch64"
} else { } else {
assert(false) # Unhandled cpu type assert(false) # Unhandled cpu type
} }