8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e794c2 commit 613b89eCopy full SHA for 613b89e
web/docs/pkgconfig.md
@@ -25,7 +25,7 @@ libdir=${prefix}/lib
25
As you can see `/ucrt64` is not a proper Windows path, but that's not a problem
26
because by default `prefix` will be ignored, or rather re-defined by
27
pkgconf/pkg-config based on the location of the .pc file itself. It will strip
28
-of `/<...>/pkgconf` from the directory of the `.py` file and use the resulting
+of `/<...>/pkgconfig` from the directory of the `.pc` file and use the resulting
29
path as the new `prefix` (as documented
30
[here](https://gitlab.freedesktop.org/pkg-config/pkg-config/-/blob/d97db4fae4c1cd099b506970b285dc2afd818ea2/README.win32#L17-22),
31
which is sightly outdated as the second parent doesn't have to be `(lib|share)`
0 commit comments