diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-02-17 13:37:25 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-30 15:33:18 +0200 |
commit | 25cc5a5d9e225e8a1b8d1a7221eb1968b28d928d (patch) | |
tree | 00c1d4291cd25efd5dadce2cfe033e399bbf6143 /CC/test | |
parent | c17dea46b8cb0fe3fcef3ee97a3b703b70bb4f98 (diff) | |
download | rules-cc-25cc5a5d9e225e8a1b8d1a7221eb1968b28d928d.tar.gz |
rules-cc: Support for external toolchains
Diffstat (limited to 'CC/test')
-rw-r--r-- | CC/test/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CC/test/RULES b/CC/test/RULES index f9032b3..8a985be 100644 --- a/CC/test/RULES +++ b/CC/test/RULES @@ -165,7 +165,7 @@ , ["host-trans", {"type": "CALL_EXPRESSION", "name": "host transition"}] , ["defaults-transition", {"type": "var", "name": "host-trans"}] , ["deps-transition", {"type": "var", "name": "host-trans"}] - , ["deps-fieldnames", ["private-deps"]] + , ["deps-fieldnames", ["private-deps", "defaults"]] , [ "runner" , { "type": "map_union" , "$1": |