diff options
-rw-r--r-- | CC/EXPRESSIONS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS index 3ca2bee..2da99b2 100644 --- a/CC/EXPRESSIONS +++ b/CC/EXPRESSIONS @@ -2177,8 +2177,8 @@ , [ "cflags-files" , {"type": "CALL_EXPRESSION", "name": "cflags-files-deps"} ] - , ["link-deps", {"type": "CALL_EXPRESSION", "name": "link-deps"}] - , ["link-args", {"type": "CALL_EXPRESSION", "name": "link-args-deps"}] + , ["link-deps", {"type": "empty_map"}] + , ["link-args", []] , [ "run-libs" , { "type": "map_union" , "$1": |