summaryrefslogtreecommitdiff
path: root/CC/pkgconfig
diff options
context:
space:
mode:
Diffstat (limited to 'CC/pkgconfig')
-rw-r--r--CC/pkgconfig/EXPRESSIONS13
1 files changed, 3 insertions, 10 deletions
diff --git a/CC/pkgconfig/EXPRESSIONS b/CC/pkgconfig/EXPRESSIONS
index c770421..4c174c4 100644
--- a/CC/pkgconfig/EXPRESSIONS
+++ b/CC/pkgconfig/EXPRESSIONS
@@ -7,16 +7,9 @@
[ [ "ENV"
, { "type": "map_union"
, "$1":
- { "type": "++"
- , "$1":
- [ {"type": "CALL_EXPRESSION", "name": "default-ENV"}
- , [ { "type": "var"
- , "name": "ENV"
- , "default": {"type": "empty_map"}
- }
- ]
- ]
- }
+ [ {"type": "CALL_EXPRESSION", "name": "default-ENV"}
+ , {"type": "var", "name": "ENV", "default": {"type": "empty_map"}}
+ ]
}
]
, [ "cflags-filename"