diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-27 12:22:16 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-27 12:22:16 +0200 |
commit | fd18a0477e3808c7f59c8f2e2c16ec83c8f31b04 (patch) | |
tree | f5b7f16daa16aca56468d1f5e1e7c15defcbf16b /rules/CC/foreign/cmake/EXPRESSIONS | |
parent | b4f64574126f1f1bfa37708fcd528c0a99ebb92b (diff) | |
parent | 194d1f0197b2ec99d5dc4d9f623fdb2e7bac7327 (diff) | |
download | rules-cc-fd18a0477e3808c7f59c8f2e2c16ec83c8f31b04.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/foreign/cmake/EXPRESSIONS')
-rw-r--r-- | rules/CC/foreign/cmake/EXPRESSIONS | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/rules/CC/foreign/cmake/EXPRESSIONS b/rules/CC/foreign/cmake/EXPRESSIONS index bf2385e..c8f6dc1 100644 --- a/rules/CC/foreign/cmake/EXPRESSIONS +++ b/rules/CC/foreign/cmake/EXPRESSIONS @@ -357,20 +357,11 @@ } , { "type": "join" , "$1": - [ "export PATH=\"$(./expand_exec TOOLCHAIN -- echo " + [ "export PATH=" , { "type": "join_cmd" , "$1": [{"type": "var", "name": "PATH"}] } - , ")${PATH:+:}${PATH}\"" - ] - } - , { "type": "join" - , "$1": - [ "export PATH=\"$(./expand_exec TOOLCHAIN -- echo " - , { "type": "join_cmd" - , "$1": [{"type": "var", "name": "PATH"}] - } - , ")${PATH:+:}${PATH}\"" + , "${PATH:+:}\"${PATH}\"" ] } ] |