--- cargo-crates/v8-150.4.0/v8/gni/v8.gni.orig 2006-07-24 01:21:28 UTC +++ cargo-crates/v8-150.4.0/v8/gni/v8.gni @@ -351,7 +351,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") # Turbofan is enabled by default, except in lite mode. if (v8_enable_turbofan == "") {