diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-09 15:49:32 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-09 15:49:32 +0000 |
commit | f4b7fdd52794eb94bda5117d89dc07e2c5dce2ab (patch) | |
tree | 32b3b09993212f43d3c0ef7aec664ed5dc0da246 /ddk_build.cmd | |
parent | e23692f3ea0bfabbba6efc33c64cee365dfbbb8b (diff) | |
download | libusb-f4b7fdd52794eb94bda5117d89dc07e2c5dce2ab.tar.gz |
fixed build error with DDK 6001r202
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 |