diff options
author | Robert Nagy <robert@openbsd.org> | 2022-03-29 22:42:38 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-03-29 22:44:59 +0200 |
commit | 1e683edf9a258d43c95b485ad96f5c39860770cb (patch) | |
tree | 0a7fbd0d7c8ce4cc3a87f4bd35de427374a8f45f /www/chromium/files/patch-build_config_rust.gni | |
parent | security/vuxml: add www/chromium < 100.0.4896.60 (diff) |
www/chromium: update to 100.0.4896.60
Enable some more unit tests.
Security: ab2d7f62-af9d-11ec-a0b8-3065ec8fd3ec
Diffstat (limited to 'www/chromium/files/patch-build_config_rust.gni')
-rw-r--r-- | www/chromium/files/patch-build_config_rust.gni | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/chromium/files/patch-build_config_rust.gni b/www/chromium/files/patch-build_config_rust.gni index 5dd7ad561eef..88a93d14ee6d 100644 --- a/www/chromium/files/patch-build_config_rust.gni +++ b/www/chromium/files/patch-build_config_rust.gni @@ -1,11 +1,11 @@ ---- build/config/rust.gni.orig 2022-02-07 13:39:41 UTC +--- build/config/rust.gni.orig 2022-03-25 21:59:56 UTC +++ build/config/rust.gni -@@ -84,7 +84,7 @@ if (enable_rust) { - rust_sysroot = get_path_info(rust_sysroot_absolute, "abspath") - use_unverified_rust_toolchain = true +@@ -116,7 +116,7 @@ if (enable_rust) { + rust_sysroot = "//third_party/rust-toolchain" + use_unverified_rust_toolchain = false } else { - if (host_os != "linux") { + if (host_os != "linux" && host_os != "openbsd" && host_os != "freebsd") { - assert( - false, - "Attempt to use standard Rust toolchain on an unsupported platform") + assert(false, + "Attempt to use Android Rust toolchain on an unsupported platform") + } |