mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-916: PDB:win64PDBMake now works if path contains space
This commit is contained in:
@@ -62,7 +62,7 @@ if ("win64".equals(getCurrentPlatformName())) {
|
||||
def projectPath = projectDir.toString()
|
||||
def solutionBatchFilePath = projectPath + "/build/buildSolution.bat"
|
||||
def projectPathWindows = projectPath.replace("/", File.separator)
|
||||
def solutionPathWindows = "${projectPathWindows}\\src\\pdb\\pdb.sln"
|
||||
def solutionPathWindows = "\"${projectPathWindows}\\src\\pdb\\pdb.sln\""
|
||||
|
||||
doFirst {
|
||||
file("build/os/win64").mkdirs()
|
||||
|
||||
Reference in New Issue
Block a user