mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-4819: Moving pythonw wheels to ExternalPyWheels directory
This commit is contained in:
parent
341522cc86
commit
5123c47c28
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
@ -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…
Add table
Add a link
Reference in a new issue