From f4b7fdd52794eb94bda5117d89dc07e2c5dce2ab Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 9 Mar 2010 15:49:32 +0000 Subject: fixed build error with DDK 6001 --- ddk_build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ddk_build.cmd') 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 -- cgit v1.2.1