--- v8/gni/v8.gni.orig 2026-08-13 07:41:05 UTC +++ v8/gni/v8.gni @@ -358,7 +358,7 @@ is_drumbrake_supported = (v8_current_cpu == "x64" || v8_current_cpu == "arm64" || v8_current_cpu == "riscv64") && (target_os == "win" || target_os == "linux" || target_os == "mac" || - target_os == "ios") + target_os == "ios" || target_os == "openbds" || target_os == "freebsd") declare_args() { # WebAssembly interpreter (DrumBrake) build flag.