mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 03:18:09 -03:00
doc: update depends doc to prefer .cmake outputs
This commit is contained in:
parent
e546b4e1a0
commit
0d185bd99f
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,8 @@ Most autotools projects can be properly staged using:
|
|||
## Build outputs:
|
||||
|
||||
In general, the output of a depends package should not contain any libtool
|
||||
archives. Instead, the package should output `.pc` (`pkg-config`) files where
|
||||
possible.
|
||||
archives or `.pc` (`pkg-config`) files. Instead, the package should output
|
||||
`.cmake` (CMake) files where possible.
|
||||
|
||||
From the [Gentoo Wiki entry](https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Handling_Libtool_Archives):
|
||||
|
||||
|
|
Loading…
Reference in a new issue