commit | a8ad1af26b3f07db31f5818f7d2e99832e2f9f2a | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sat Jul 23 16:05:12 2022 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sat Jul 23 16:34:40 2022 -0700 |
tree | 89626803ee8b1b5bd85873735357c84eea064687 | |
parent | 008084f0e4758df9e815d52dbf40432fc444d682 [diff] |
Improve Rust build infrastructure Further usage of this (coming in future changes) revealed some issues. Change-Id: Ib60968c580db4e7bb4bd60c782ce7f93a7fc594d Signed-off-by: Brian Silverman <bsilver16384@gmail.com>
diff --git a/third_party/cargo/cxx/include.BUILD.bazel b/third_party/cargo/cxx/include.BUILD.bazel index f6b9f5a..31afbfb 100644 --- a/third_party/cargo/cxx/include.BUILD.bazel +++ b/third_party/cargo/cxx/include.BUILD.bazel
@@ -6,4 +6,5 @@ hdrs = ["include/cxx.h"], srcs = ["src/cxx.cc"], includes = ["include"], + target_compatible_with = ["@//tools/platforms/rust:has_support"], )