[pkgconf] Build error #27458
Labels
category:community-triplet
A PR or issue related to community triplets not officially validated by the vcpkg team.
category:port-bug
The issue is with a library, which is something the port should already support
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install --triplet x64-mingw-dynamic pkgconf
Failure logs
package-x64-mingw-dynamic-dbg-out.log
meson-x64-mingw-dynamic-dbg.log
Additional context
Hi, this issue appeared after upgrading from vcpkg tag 2022.09.27 to 2022.10.19.
I have investigated the issue a little bit. What I found is that
vcpkg_configure_meson()
removes the-
prefix from all libraries passed to the linker, e.g.-lkernel32
becomeslkernel32
.I hope this helps to fix this bug quickly.
The text was updated successfully, but these errors were encountered: