mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
GP-0: Validating Python wheel Module.manifest IP
This commit is contained in:
@@ -50,7 +50,7 @@ if ("32".equals(System.getProperty("sun.arch.data.model"))) {
|
||||
* Identify supported Python command
|
||||
***************************************************************************************/
|
||||
project.ext.PYTHON3 = findPython3(true)
|
||||
project.ext.PYTHON_DEPS = new HashSet<String>()
|
||||
project.ext.PYTHON_DEPS = new HashMap<Project, Set<File>>()
|
||||
|
||||
/*********************************************************************************
|
||||
* Define the location of bin repo
|
||||
|
||||
Reference in New Issue
Block a user