diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-24 09:53:55 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-30 15:02:20 +0200 |
commit | 7012b2864e7a27d532dbab5ef1627025d9fc94f6 (patch) | |
tree | ce17fec23803e628c4ca3dad0fb88ccafa19d945 /CC/test | |
parent | b73e2d32c426be5f95cc7960758db6ee28548d29 (diff) | |
download | rules-cc-7012b2864e7a27d532dbab5ef1627025d9fc94f6.tar.gz |
rules: 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 755ed92..350d585 100644 --- a/CC/test/RULES +++ b/CC/test/RULES @@ -153,7 +153,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": |