From ec15b36a5bca5916ba06dcff83bb8ea46b25446a Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 19 Apr 2023 11:32:10 +0200 Subject: CC/proto toolchain staging: add missing else If we have a provided toolchain, we stage it to the corresponding subdirectory. Otherwise, we still have to provide a value of the correct type (a map) rather than the default else (which is the empty list). --- CC/proto/EXPRESSIONS | 1 + 1 file changed, 1 insertion(+) diff --git a/CC/proto/EXPRESSIONS b/CC/proto/EXPRESSIONS index d2705f1..118c41a 100644 --- a/CC/proto/EXPRESSIONS +++ b/CC/proto/EXPRESSIONS @@ -122,6 +122,7 @@ , "subdir": {"type": "var", "name": "TOOLCHAIN_DIR"} , "$1": {"type": "var", "name": "TOOLCHAIN"} } + , "else": {"type": "empty_map"} } ] , [ "PROTOC" -- cgit v1.2.3