From 7012b2864e7a27d532dbab5ef1627025d9fc94f6 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 24 May 2023 09:53:55 +0200 Subject: rules: Support for external toolchains --- CC/test/RULES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CC/test') 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": -- cgit v1.2.3