summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CC/EXPRESSIONS7
1 files changed, 7 insertions, 0 deletions
diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS
index 5025339..3c1fa33 100644
--- a/CC/EXPRESSIONS
+++ b/CC/EXPRESSIONS
@@ -263,6 +263,11 @@
, { "type": "ACTION"
, "outs": [{"type": "var", "name": "work out"}]
, "inputs": {"type": "var", "name": "inputs"}
+ , "env":
+ { "type": "var"
+ , "name": "ENV"
+ , "default": {"type": "empty_map"}
+ }
, "cmd":
{ "type": "++"
, "$1":
@@ -422,6 +427,8 @@
{ "type": "ACTION"
, "outs": [{"type": "var", "name": "libname"}]
, "inputs": {"type": "var", "name": "objects"}
+ , "env":
+ {"type": "var", "name": "ENV", "default": {"type": "empty_map"}}
, "cmd":
{ "type": "++"
, "$1":