mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 06:16:13 +08:00
Merge remote-tracking branch 'origin/Ghidra_11.3'
This commit is contained in:
+1
-1
@@ -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