mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 12:09:28 +08:00
GP-0: Enabling the Python Nature in python projects
This commit is contained in:
@@ -18,6 +18,11 @@
|
|||||||
* NOTE: Supported Python3 command is established by root project build.gradle
|
* NOTE: Supported Python3 command is established by root project build.gradle
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Enable the Python Nature in the Eclipse project
|
||||||
|
eclipse.project {
|
||||||
|
natures 'org.python.pydev.pythonNature'
|
||||||
|
}
|
||||||
|
|
||||||
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}/${getGhidraRelativePath(project)}/${name}")
|
||||||
|
|||||||
Reference in New Issue
Block a user