diff options
| author | Mark Young <marky@lunarg.com> | 2016-01-15 12:35:39 -0700 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2016-01-25 16:04:01 -0700 |
| commit | 0c8dcac1066dd3bb5c49b155eaaa867cdee229e2 (patch) | |
| tree | 626230d4c20394e2f113f102624833562016ffd4 /update_external_sources.bat | |
| parent | e3625745c4ecc9923ee3c9b2eabea852143ff3aa (diff) | |
| download | usermoji-0c8dcac1066dd3bb5c49b155eaaa867cdee229e2.tar.xz | |
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.
Diffstat (limited to 'update_external_sources.bat')
| -rwxr-xr-x | update_external_sources.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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
|
