Skip to content
Snippets Groups Projects
Unverified Commit 0e21f477 authored by trop[bot]'s avatar trop[bot] Committed by GitHub
Browse files

fix: package <__assertion_handler> as part of libcxx headers

Refs https://chromium-review.googlesource.com/c/chromium/src/+/5208502



Co-authored-by: default avatardeepak1556 <hop2deep@gmail.com>
parent 1c47ba0a
No related merge requests found
...@@ -1471,8 +1471,10 @@ dist_zip("hunspell_dictionaries_zip") { ...@@ -1471,8 +1471,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}}" ]
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment