mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
[doc] document vcpkg_fixup_pkgconfig merging behaviour (#18091)
* [doc] document vcpkg_fixup_pkgconfig merging behaviour * [doc] add source
This commit is contained in:
parent
750c0bdc90
commit
bec883fef4
@ -2,7 +2,11 @@
|
||||
|
||||
The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/vcpkg_fixup_pkgconfig.md).
|
||||
|
||||
Fix common paths in *.pc files and make everything relative to $(prefix)
|
||||
Fix common paths in *.pc files and make everything relative to $(prefix).
|
||||
Additionally, on static triplets, private entries are merged with their non-private counterparts,
|
||||
allowing pkg-config to be called without the ``--static`` flag.
|
||||
Note that vcpkg is designed to never have to call pkg-config with the ``--static`` flag,
|
||||
since a consumer cannot know if a dependent library has been built statically or not.
|
||||
|
||||
## Usage
|
||||
```cmake
|
||||
|
@ -1,7 +1,11 @@
|
||||
#[===[.md:
|
||||
# vcpkg_fixup_pkgconfig
|
||||
|
||||
Fix common paths in *.pc files and make everything relative to $(prefix)
|
||||
Fix common paths in *.pc files and make everything relative to $(prefix).
|
||||
Additionally, on static triplets, private entries are merged with their non-private counterparts,
|
||||
allowing pkg-config to be called without the ``--static`` flag.
|
||||
Note that vcpkg is designed to never have to call pkg-config with the ``--static`` flag,
|
||||
since a consumer cannot know if a dependent library has been built statically or not.
|
||||
|
||||
## Usage
|
||||
```cmake
|
||||
|
Loading…
Reference in New Issue
Block a user