diff options
author | Yuri Benditovich <yuri.benditovich@daynix.com> | 2020-02-27 16:32:23 +0200 |
---|---|---|
committer | Yuri Benditovich <yuri.benditovich@daynix.com> | 2020-02-27 17:34:04 +0200 |
commit | 84752c30037956149d53b498005b5368616f9257 (patch) | |
tree | cae6943d742719a9f437f708c59b7174c47fbdce | |
parent | 3b80562684ca8a39291fbe3863544a37e0a0bcda (diff) |
Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
-rw-r--r-- | buildAll.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildAll.bat b/buildAll.bat index be49ab7..3e8f563 100644 --- a/buildAll.bat +++ b/buildAll.bat @@ -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 |