mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
Allow white-spaces in GHIDRA_PATH for createPdbXmlFiles.bat
This commit is contained in:
@@ -26,7 +26,7 @@ set OS_DIR=build\os
|
||||
:continue
|
||||
|
||||
REM create absolute path
|
||||
for /f %%i in ("%GHIDRA_DIR%") do set GHIDRA_DIR=%%~fi
|
||||
for /f "delims=" %%i in ("%GHIDRA_DIR%") do set GHIDRA_DIR=%%~fi
|
||||
|
||||
REM Determine if 64-bit or 32-bit
|
||||
if exist "%PROGRAMFILES(X86)%" (
|
||||
|
||||
Reference in New Issue
Block a user