Merge pull request #2246 from blshkv/master

ghidra
This commit is contained in:
github-actions[bot] 2025-03-09 03:55:50 +00:00 committed by GitHub
commit 51db6a6cd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
}