unicorn: Add unicorn dependency in python bindings
The libunicorn.dll was removed from platlib directory and used from /bin.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user