1--- cargo-crates/v8-146.4.0/build/toolchain/toolchain.gni.orig	2006-07-24 01:21:28 UTC
2+++ cargo-crates/v8-146.4.0/build/toolchain/toolchain.gni
3@@ -64,7 +64,7 @@ if (host_os == "mac") {
4   host_shlib_extension = ".dylib"
5 } else if (host_os == "win") {
6   host_shlib_extension = ".dll"
7-} else if (host_os == "linux" || host_os == "aix" || host_os == "zos") {
8+} else if (host_os == "linux" || host_os == "aix" || host_os == "zos" || host_os == "freebsd") {
9   host_shlib_extension = ".so"
10 } else {
11   assert(false, "Host platform not supported")
12