[build] Fix paths to clang shared libraries on Fuchsia.

Cq-Include-Trybots: luci.dart.try:vm-fuchsia-release-x64-try,vm-kernel-win-release-x64-try
Change-Id: I94d65dbc239ce154db840638410d444d9f9bf50e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204584
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
This commit is contained in:
Tess Strickland 2021-06-23 10:23:05 +00:00 committed by commit-bot@chromium.org
parent 62588d5dc2
commit 40a53e2a2a

View file

@ -21,9 +21,9 @@ copy("clang-runtime-libs") {
sys = target_os
sources = [
"${clang_base_path}/lib/${arch}-${vendor}-${sys}/c++/libc++.so.2.0",
"${clang_base_path}/lib/${arch}-${vendor}-${sys}/c++/libc++abi.so.1.0",
"${clang_base_path}/lib/${arch}-${vendor}-${sys}/c++/libunwind.so.1.0",
"${clang_base_path}/lib/${arch}-${vendor}-${sys}/libc++.so.2.0",
"${clang_base_path}/lib/${arch}-${vendor}-${sys}/libc++abi.so.1.0",
"${clang_base_path}/lib/${arch}-${vendor}-${sys}/libunwind.so.1.0",
]
outputs = [
"${root_out_dir}/lib/{{source_name_part}}",