mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
frida-python: fix https://github.com/pentoo/pentoo-overlay/issues/1408
This commit is contained in:
parent
fc616f2f6f
commit
b120adbc84
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ KEYWORDS="amd64 ~arm64 x86"
|
|||
RDEPEND="dev-libs/frida-core"
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
|
||||
# The QA_WX error is due to frida-core pre-build lib
|
||||
QA_PREBUILT="usr/lib/python*/site-packages/_frida.abi3.so"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
python_compile() {
|
||||
Loading…
Reference in a new issue