diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-08-11 15:24:50 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-08-16 10:43:29 +0200 |
commit | 107c91837e33cfa014991fddf3a784039d9f804d (patch) | |
tree | 5ac44e5acecb67f10a26587a6051c87878c361bb | |
parent | 0f17e13bc60643d8e6807d6f5a4fffd9bf927b2b (diff) | |
download | rules-cc-107c91837e33cfa014991fddf3a784039d9f804d.tar.gz |
rules/CC: fix duplicated staging for library
-rw-r--r-- | CC/EXPRESSIONS | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS index ac57b67..9e83937 100644 --- a/CC/EXPRESSIONS +++ b/CC/EXPRESSIONS @@ -451,12 +451,6 @@ } } ] - , [ "lib" - , { "type": "to_subdir" - , "subdir": {"type": "var", "name": "stage"} - , "$1": {"type": "var", "name": "lib"} - } - ] ] , "body": { "type": "to_subdir" |