summaryrefslogtreecommitdiff
path: root/ddk_build.cmd
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-12 02:17:05 +0000
committerPete Batard <pbatard@gmail.com>2010-03-12 02:17:05 +0000
commit9393bf48673a9faa76fdcf75872392fd51d224c1 (patch)
treeea85a572201773aaf960912d0545746dbe9fa768 /ddk_build.cmd
parent73cdd86fe78d5ae53bb3d6989a8bc7a78c51e3bb (diff)
downloadlibusb-9393bf48673a9faa76fdcf75872392fd51d224c1.tar.gz
merged r202 to r204a167
Diffstat (limited to 'ddk_build.cmd')
-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