mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Allow white-spaces in GHIDRA_PATH for createPdbXmlFiles.bat
This commit is contained in:
parent
1f54ed8a17
commit
eda95d9f55
1 changed files with 1 additions and 1 deletions
|
@ -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)%" (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue