conan: rebuild to include python-installer fix a9b746d
Previously, cmake would fail to spawn conan due to invalid information being passed to Python through the STARTUPINFOW reserved fields by python-installer simple_laucnher. This issue has now been corrected in MINGW-packages with a patch.
This commit is contained in:
@@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
pkgver=2.5.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A distributed, open source, C/C++ package manager (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
|
||||
Reference in New Issue
Block a user