diff options
Diffstat (limited to 'ddk_build.cmd')
-rw-r--r-- | ddk_build.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddk_build.cmd b/ddk_build.cmd index 236c589..f64b78d 100644 --- a/ddk_build.cmd +++ b/ddk_build.cmd @@ -20,7 +20,7 @@ set destType=x64 set srcPath=libusb\os\obj%BUILD_ALT_DIR%\%cpudir% set dstPath=%destType%\Debug -if %_BuildType%==chk goto isDebug +if %DDKBUILDENV%==chk goto isDebug set dstPath=%destType%\Release :isDebug |