Can we still download msys2-mingw-w64-x86_64-pkgconf-1~2.1.0-1-any to support my application #51528
Replies: 3 comments 20 replies
|
pkgconf 2.1.0. Why do you want this particular msys2 package? Are you stuck on an old baseline? msys2 removes packages app. 1.5 years after an update. vcpkg replaced the pkgconf 2.1.0 download in #39088 23 months ago. There is hardly an alternative to either follow the updates (in scripts/cmake/vcpkg_acquire_msys.cmake), or to reliable cache the assets. |
|
Why does installing dependencies under manifest mode will remove some of the libraries/packages we have installed? We have installed pkgconf v2.1.0, but when we try to install a list of dependencies under manifest mode, they just got removed, it is shown here: |
|
Ok, so you have to use an old baseline, because you need these versions of the packages and otherwise your build will break? |
Uh oh!
There was an error while loading. Please reload this page.
Hi you guys,
Can we still download msys2-mingw-w64-x86_64-pkgconf-1~2.1.0-1-any to support my application?
All reactions