Skip to content

Commit

Permalink
build: fix build of Debug_NoSign
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Benditovich <[email protected]>
  • Loading branch information
ybendito committed Feb 27, 2020
1 parent 3b80562 commit 84752c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildAll.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if !ERRORLEVEL! NEQ 0 exit /B 1
popd

pushd Install_Debug
call :maketmf Debug
call :maketmf %DEBUG_CFG%
if !ERRORLEVEL! NEQ 0 exit /B 1
popd

Expand Down

0 comments on commit 84752c3

Please sign in to comment.