diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-09 18:47:39 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-30 10:40:47 +0200 |
commit | f1c9699ed00c6c743482a0dd714e09d83fd24df0 (patch) | |
tree | c7f39ab9512304979057911433cb5a9477ade9ac /TARGETS | |
parent | a6723d84f91cc3b9fd15c51c24543d492db68645 (diff) | |
download | justbuild-f1c9699ed00c6c743482a0dd714e09d83fd24df0.tar.gz |
just: Install just/just-mr with deps
Diffstat (limited to 'TARGETS')
-rw-r--r-- | TARGETS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -64,7 +64,8 @@ ] } } -, "installed just": {"type": "install", "files": {"bin/just": "just"}} +, "installed just": + {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["just"]} , "exported-just": { "type": "export" , "target": ["src/buildtool/main", "just"] @@ -119,7 +120,8 @@ } } } -, "installed just-mr": {"type": "install", "files": {"bin/just-mr": "just-mr"}} +, "installed just-mr": + {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["just-mr"]} , "exported-just-mr": { "type": "export" , "target": ["src/other_tools/just_mr", "just-mr"] |