diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-11-28 15:41:36 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-09 13:12:51 +0100 |
commit | 62d155accb047ade3d5a7a89b643e286b333ba41 (patch) | |
tree | 6ac50f36933a18924987ad5d97536621450c6396 /etc/import/include/git2/TARGETS.git2 | |
parent | 7b2df270b2f8d66c1cf3bad70660b1c0de34b71c (diff) | |
download | justbuild-62d155accb047ade3d5a7a89b643e286b333ba41.tar.gz |
rules: Drop the ["CC", "header directory"]
... in favor of the "tree" built-in rule.
Diffstat (limited to 'etc/import/include/git2/TARGETS.git2')
-rw-r--r-- | etc/import/include/git2/TARGETS.git2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/import/include/git2/TARGETS.git2 b/etc/import/include/git2/TARGETS.git2 index 84eb50c3..a9dad131 100644 --- a/etc/import/include/git2/TARGETS.git2 +++ b/etc/import/include/git2/TARGETS.git2 @@ -150,9 +150,9 @@ , "patch-part": ["a", "include", "git2", "sys", "repository.h"] } , "TREE": - { "type": ["@", "rules", "CC", "header directory"] - , "stage": ["git2"] - , "hdrs": + { "type": "tree" + , "name": "git2" + , "deps": [ "annotated_commit.h" , "apply.h" , "attr.h" |