Update package version to 150.0.7871.46

This commit is contained in:
2026-07-08 13:33:22 +03:00
parent d91e265d76
commit b16a9e9a21
5 changed files with 122 additions and 2 deletions
@@ -0,0 +1,14 @@
--- a/build/modules/BUILD.gn 2026-06-29 22:17:02.923026367 +0200
+++ b/build/modules/BUILD.gn 2026-06-29 20:58:27.401566072 +0200
@@ -223,13 +223,6 @@
# otherwise.
"--append-module=std.new:export new_h\\nexport vcruntime_exception",
]
- } else {
- # We need to pass the sysroot in so that it can scan it to generate a
- # modulemap for the sysroot headers.
- args += [
- "--sysroot",
- rebase_path(sysroot, root_build_dir),
- ]
}