summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Benditovich <yuri.benditovich@daynix.com>2020-02-27 16:32:23 +0200
committerYuri Benditovich <yuri.benditovich@daynix.com>2020-02-27 17:34:04 +0200
commit84752c30037956149d53b498005b5368616f9257 (patch)
treecae6943d742719a9f437f708c59b7174c47fbdce
parent3b80562684ca8a39291fbe3863544a37e0a0bcda (diff)
build: fix build of Debug_NoSignHEADv1.00-22master
Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
-rw-r--r--buildAll.bat2
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