You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What about reopening and merging PR #12772 to fix this issue quickly ?
In my environment #12772 is working just fine, and a similar change was made for pcre in #12629.
Host Environment
To Reproduce
./vcpkg install bzip2:x64-windows-static-release --clean-after-build --overlay-triplets=triplets_overlay
(or any package that depends on
bzip2
, likeqt5-base
)Contents of
triplets_overlay/x64-windows-static-release.cmake
:Failure logs
Additional context
This is different from #12689.
Looks like the build process expects to always find stuff related to the debug build, even if just building release (and probably vice-versa).
The text was updated successfully, but these errors were encountered: