From 0c8dcac1066dd3bb5c49b155eaaa867cdee229e2 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Fri, 15 Jan 2016 12:35:39 -0700 Subject: LOADER/INSTALLER: Add support for 32-bit install in Win64 installer Added ability to install 32-bit and 64-bit Loader into the Win64 installer. --- update_external_sources.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_external_sources.bat') diff --git a/update_external_sources.bat b/update_external_sources.bat index c7be2407..029ae9b5 100755 --- a/update_external_sources.bat +++ b/update_external_sources.bat @@ -653,7 +653,7 @@ goto:eof REM Cleanup any old directories lying around. rmdir /s /q build32 rmdir /s /q build - + echo Making 32-bit spirv-tools echo ************************* mkdir build32 -- cgit v1.2.3