|
@@ -1467,8 +1467,10 @@ dist_zip("hunspell_dictionaries_zip") {
|
|
|
}
|
|
|
|
|
|
copy("libcxx_headers") {
|
|
|
- sources = libcxx_headers + libcxx_licenses +
|
|
|
- [ "//buildtools/third_party/libc++/__config_site" ]
|
|
|
+ sources = libcxx_headers + libcxx_licenses + [
|
|
|
+ "//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}}" ]
|
|
|
}
|
|
|
|