mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Add //tools/cpp:current_cc_toolchain to the toolchains attribute.
This is so that CC Make Variables will be resolved properly. PiperOrigin-RevId: 241721367 Change-Id: Ic0d3f864b1398107118a1ada4c99cc4516db924f
This commit is contained in:
parent
29fac2d393
commit
6a65e63eae
|
@ -261,4 +261,5 @@ def sapi_library(
|
|||
$(CC) -E -x c++ - -v 2>&1 |
|
||||
awk '/> search starts here:/{flag=1;next}/End of search/{flag=0}flag' > $@
|
||||
""",
|
||||
toolchains = ["@bazel_tools//tools/cpp:current_cc_toolchain"],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user