diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-12 18:20:57 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-16 12:05:27 +0100 |
commit | e284a92750538653b0c9824ee035a8e0992ebb05 (patch) | |
tree | 3cdcb3e60e58f12a3ccccab6dcd426048cc05c40 /doc/tutorial/target-file-glob-tree.org | |
parent | fb7bf97e680f97833268c7bb4c8220a3cf58e297 (diff) | |
download | justbuild-e284a92750538653b0c9824ee035a8e0992ebb05.tar.gz |
tutorial: Use rules-cc from public Git repository
Diffstat (limited to 'doc/tutorial/target-file-glob-tree.org')
-rw-r--r-- | doc/tutorial/target-file-glob-tree.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/target-file-glob-tree.org b/doc/tutorial/target-file-glob-tree.org index 486bbd16..0337c558 100644 --- a/doc/tutorial/target-file-glob-tree.org +++ b/doc/tutorial/target-file-glob-tree.org @@ -23,7 +23,7 @@ with the following content. #+BEGIN_SRC js { "main": "units" , "repositories": - { "just-rules":{ /* ... unchanged ... */ } + { "rules-cc":{ /* ... unchanged ... */ } , "import targets": {"repository": {"type": "file", "path": "."}} , "patches": {"repository": {"type": "file", "path": "files"}} , "units": @@ -35,7 +35,7 @@ with the following content. } , "target_root": "import targets" , "target_file_name": "TARGETS.units" - , "bindings": {"rules": "just-rules", "patches": "patches"} + , "bindings": {"rules": "rules-cc", "patches": "patches"} } } } |