| Index: third_party/libc++abi/BUILD.gn
|
| diff --git a/third_party/libc++abi/BUILD.gn b/third_party/libc++abi/BUILD.gn
|
| index 7399788bac77d11f008f829e7c64369cc70944dc..fb0fdd15baaf65058d380e62a577b7bc4f56930c 100644
|
| --- a/third_party/libc++abi/BUILD.gn
|
| +++ b/third_party/libc++abi/BUILD.gn
|
| @@ -4,6 +4,9 @@
|
|
|
| source_set("libc++abi") {
|
| visibility = [ "//buildtools/third_party/libc++" ]
|
| + if (is_linux && target_cpu == "arm") {
|
| + deps = [ "//buildtools/third_party/libunwind" ]
|
| + }
|
| sources = [
|
| "trunk/src/abort_message.cpp",
|
| "trunk/src/cxa_aux_runtime.cpp",
|
|
|