mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-0: Enabling the Python Nature in python projects
This commit is contained in:
parent
c598bdbe5b
commit
9d7c80c71a
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
* 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 ->
|
||||
File inDeps = file("${DEPS_DIR}/${project.name}/${name}")
|
||||
File inRepo = file("${BIN_REPO}/${getGhidraRelativePath(project)}/${name}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue