aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Young <marky@lunarg.com>2016-01-13 13:47:16 -0700
committerMark Young <marky@lunarg.com>2016-01-25 16:04:01 -0700
commite3625745c4ecc9923ee3c9b2eabea852143ff3aa (patch)
treec401a3e2eaac0ea7d02eb6148903865b7c92890e
parent22dd274e17d7bdceafc40a64405ad112f515fbc3 (diff)
downloadusermoji-e3625745c4ecc9923ee3c9b2eabea852143ff3aa.tar.xz
Win32: Get 32-bit Windows build working
Also includes changes to allow simultaneous 32-bit and 64-bit Windows builds.
-rwxr-xr-xupdate_external_sources.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_external_sources.bat b/update_external_sources.bat
index a76ed809..c7be2407 100755
--- a/update_external_sources.bat
+++ b/update_external_sources.bat
@@ -691,7 +691,7 @@ goto:eof
mkdir build
set SPIRV_TOOLS_BUILD_DIR=%SPIRV_TOOLS_DIR%\build
cd %SPIRV_TOOLS_BUILD_DIR%
-
+
echo Generating 64-bit spirv-tools CMake files for Visual Studio %VS_VERSION% ..
cmake -G "Visual Studio %VS_VERSION% Win64" ..