BUILD.md: changed "_out64" to "build"
authorDavid Pinedo <david@lunarg.com>
Wed, 21 Oct 2015 14:03:06 +0000 (08:03 -0600)
committerDavid Pinedo <david@lunarg.com>
Wed, 21 Oct 2015 14:05:06 +0000 (08:05 -0600)
BUILD.md

index 54b00fc..1424549 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -234,8 +234,8 @@ Example debug build (e.g. in a "Developer Command Prompt for VS2013" window):
 ```
 cd LoaderAndTools  # cd to the root of the Vulkan git repository
 update_external_sources.bat --build-glslang
-mkdir _out64
-cd _out64
+mkdir build
+cd build
 cmake -G "Visual Studio 12 Win64" ..
 ```