summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-09 15:49:32 +0000
committerPete Batard <pbatard@gmail.com>2010-03-09 15:49:32 +0000
commitf4b7fdd52794eb94bda5117d89dc07e2c5dce2ab (patch)
tree32b3b09993212f43d3c0ef7aec664ed5dc0da246
parente23692f3ea0bfabbba6efc33c64cee365dfbbb8b (diff)
downloadlibusb-f4b7fdd52794eb94bda5117d89dc07e2c5dce2ab.tar.gz
fixed build error with DDK 6001r202
-rw-r--r--ddk_build.cmd2
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