From 6914ef3fc5dea1c042dd84fbfa9b1f56a8dd02b4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 10 Mar 2025 15:22:00 +0000 Subject: [PATCH] unicorn: Add unicorn dependency in python bindings The libunicorn.dll was removed from platlib directory and used from /bin. --- mingw-w64-unicorn/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw-w64-unicorn/PKGBUILD b/mingw-w64-unicorn/PKGBUILD index 190b0e57f2..ac146a23af 100644 --- a/mingw-w64-unicorn/PKGBUILD +++ b/mingw-w64-unicorn/PKGBUILD @@ -102,7 +102,8 @@ package_unicorn() { package_python-unicorn() { depends=("${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-gcc-libs") + "${MINGW_PACKAGE_PREFIX}-gcc-libs" + "${MINGW_PACKAGE_PREFIX}-unicorn") cd "python-build-${MSYSTEM}"/bindings/python