mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
Build task fixes.
This commit is contained in:
parent
fd40e1f1e6
commit
2e855d285a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ REM %1 == ToolPath
|
||||||
REM %2 == ElfFile
|
REM %2 == ElfFile
|
||||||
REM %3 == MapFile
|
REM %3 == MapFile
|
||||||
|
|
||||||
"%1\objdump.exe" --wide --syms "%2" > "%3"
|
"%~1\objdump.exe" --wide --syms "%~2" > "%~3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue