mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
GP-4819: Moving pythonw wheels to ExternalPyWheels directory
This commit is contained in:
parent
341522cc86
commit
5123c47c28
@ -25,7 +25,7 @@ eclipse.project {
|
|||||||
|
|
||||||
ext.findPyDep = { name ->
|
ext.findPyDep = { name ->
|
||||||
File inDeps = file("${DEPS_DIR}/${project.name}/${name}")
|
File inDeps = file("${DEPS_DIR}/${project.name}/${name}")
|
||||||
File inRepo = file("${BIN_REPO}/${getGhidraRelativePath(project)}/${name}")
|
File inRepo = file("${BIN_REPO}/ExternalPyWheels/${name}")
|
||||||
if (inDeps.exists()) {
|
if (inDeps.exists()) {
|
||||||
return inDeps
|
return inDeps
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user