diff options
| author | Greg Fischer <greg@lunarg.com> | 2015-10-08 17:53:48 -0600 |
|---|---|---|
| committer | Greg Fischer <greg@lunarg.com> | 2015-10-08 17:53:48 -0600 |
| commit | c8ab86c230ebf0cf6bbc8294c2e466e73fc6484d (patch) | |
| tree | d2e7c5e2a214735997cf3f7976de3e8d29d9a6c0 /update_external_sources.bat | |
| parent | 2550066d27ae52a62cd433f5e4d10b3de6a24cb8 (diff) | |
| download | usermoji-c8ab86c230ebf0cf6bbc8294c2e466e73fc6484d.tar.xz | |
update_external_sources: move up to latest glslang
Also remove a few redundant redundancies.
Diffstat (limited to 'update_external_sources.bat')
| -rwxr-xr-x | update_external_sources.bat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/update_external_sources.bat b/update_external_sources.bat index 2586875f..dd444691 100755 --- a/update_external_sources.bat +++ b/update_external_sources.bat @@ -257,8 +257,6 @@ REM // ======== Functions ======== // mkdir %GLSLANG_DIR%
cd %GLSLANG_DIR%
git clone git@gitlab.khronos.org:GLSL/glslang.git .
- git branch --track Rev32 origin/Rev32
- git checkout Rev32
git checkout %GLSLANG_REVISION%
if not exist %GLSLANG_DIR%\SPIRV (
echo glslang source download failed!
@@ -270,7 +268,7 @@ goto:eof echo.
echo Updating %GLSLANG_DIR%
cd %GLSLANG_DIR%
- git checkout Rev32
+ git fetch --all
git checkout %GLSLANG_REVISION%
goto:eof
|
