This commit is contained in:
Anton Bolshakov 2025-03-09 11:52:22 +08:00
parent b6d70d573d
commit dd6fa18b6f
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -147,6 +147,12 @@ src_prepare() {
# First attempt at disabling pip
#sed -i 's#pip#echo#' Ghidra/Features/PyGhidra/build.gradle || die
# Use the correct python version
# https://github.com/pentoo/pentoo-overlay/issues/2243
#sed -i "s/findPython3\(true\)/\"${EPYTHON}\"/" build.gradle || die
sed -i "s/findPython3(true)/\"${EPYTHON}\"/" build.gradle || die
eapply_user
}