diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-14 15:48:06 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-20 16:39:41 +0200 |
commit | d16aaf412e2d34befe45ca71864f7c981a1ded65 (patch) | |
tree | 8821f6c6f2e7acf6c7b88f98907d65b6eb7c1026 /rules/CC/EXPRESSIONS | |
parent | c5d844c7c3d6f2ec8941e7b3b266775af728c2dc (diff) | |
download | justbuild-d16aaf412e2d34befe45ca71864f7c981a1ded65.tar.gz |
["CC", "test"]: support providing lint information
While there, also properly transition "srcs" and "private-hdrs"
to the host version.
Diffstat (limited to 'rules/CC/EXPRESSIONS')
-rw-r--r-- | rules/CC/EXPRESSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/CC/EXPRESSIONS b/rules/CC/EXPRESSIONS index ebe40171..2413f98c 100644 --- a/rules/CC/EXPRESSIONS +++ b/rules/CC/EXPRESSIONS @@ -815,6 +815,7 @@ , "lint-deps fieldnames" , "deps-transition" , "compile-args" + , "defaults-transition" ] , "imports": { "objects": "objects" |