Merge remote-tracking branch 'origin/Ghidra_11.3'

This commit is contained in:
Ryan Kurtz
2025-01-29 13:57:42 -05:00
3 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -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