Build task fixes.

This commit is contained in:
José Pedro 2018-08-26 22:13:37 +01:00
parent fd40e1f1e6
commit 2e855d285a
No known key found for this signature in database
GPG key ID: B8247B9301707B83

View file

@ -4,4 +4,4 @@ REM %1 == ToolPath
REM %2 == ElfFile
REM %3 == MapFile
"%1\objdump.exe" --wide --syms "%2" > "%3"
"%~1\objdump.exe" --wide --syms "%~2" > "%~3"