diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2023-05-31 12:29:50 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2023-05-31 13:09:29 +0200 |
commit | a7404b28cc40881377c7d681cfdb322daf2ba366 (patch) | |
tree | 28b9be8d9245d65101eb6491d793cde07dfdfcdb | |
parent | 06e3d7e45db8edcac37b5ba34837e8ddab4d549f (diff) | |
download | rules-cc-a7404b28cc40881377c7d681cfdb322daf2ba366.tar.gz |
Update derived files
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ A prebuilt C++ library ### Rule `["CC", "install-with-deps"]` -Install target's artifacts with transitive dependencies. Depending on the target, artifacts and dependencies will be installed to subdirectories `"bin"`, `"include"`, and `"lib"`. For library targets, a pkg-config file is generated and provided in `"share/pkgconfig"`. +Install target's artifacts with transitive dependencies. Depending on the target, artifacts and dependencies will be installed to subdirectories `"bin"`, `"include"`, and `"lib"`. For library targets, a pkg-config file is generated and provided in `"lib/pkgconfig"`. | Field | Description | | ----- | ----------- | |