fix: package <__assertion_handler> as part of libcxx headers (#41830)
Refs https://chromium-review.googlesource.com/c/chromium/src/+/5208502
This commit is contained in:
parent
05fba85aa3
commit
b446ce7f22
1 changed files with 4 additions and 2 deletions
6
BUILD.gn
6
BUILD.gn
|
@ -1466,8 +1466,10 @@ dist_zip("hunspell_dictionaries_zip") {
|
||||||
}
|
}
|
||||||
|
|
||||||
copy("libcxx_headers") {
|
copy("libcxx_headers") {
|
||||||
sources = libcxx_headers + libcxx_licenses +
|
sources = libcxx_headers + libcxx_licenses + [
|
||||||
[ "//buildtools/third_party/libc++/__config_site" ]
|
"//buildtools/third_party/libc++/__assertion_handler",
|
||||||
|
"//buildtools/third_party/libc++/__config_site",
|
||||||
|
]
|
||||||
outputs = [ "$target_gen_dir/electron_libcxx_include/{{source_root_relative_dir}}/{{source_file_part}}" ]
|
outputs = [ "$target_gen_dir/electron_libcxx_include/{{source_root_relative_dir}}/{{source_file_part}}" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue