mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
14 lines
661 B
Text
14 lines
661 B
Text
--- cargo-crates/v8-0.82.0/build/config/sysroot.gni.orig 2020-06-26 16:27:54 UTC
|
|
+++ cargo-crates/v8-0.82.0/build/config/sysroot.gni
|
|
@@ -21,9 +21,9 @@ declare_args() {
|
|
|
|
# Controls default is_linux sysroot. If set to true, and sysroot
|
|
# is empty, default sysroot is calculated.
|
|
- use_sysroot = current_cpu == "x86" || current_cpu == "x64" ||
|
|
+ use_sysroot = !is_bsd && (current_cpu == "x86" || current_cpu == "x64" ||
|
|
current_cpu == "arm" || current_cpu == "arm64" ||
|
|
- current_cpu == "mipsel" || current_cpu == "mips64el"
|
|
+ current_cpu == "mipsel" || current_cpu == "mips64el")
|
|
}
|
|
|
|
if (sysroot == "") {
|