diff options
| author | Cody Northrop <cody@lunarg.com> | 2015-04-20 14:09:40 -0600 |
|---|---|---|
| committer | Cody Northrop <cody@lunarg.com> | 2015-04-29 12:04:41 -0600 |
| commit | c391d922fac3f98b2bfaadaa3cfc1860a022c96f (patch) | |
| tree | 0349f6e8e121f2871da47758b3610ad092715589 /update_external_sources.sh | |
| parent | 6dd17ffc02e8800e933424da5ba9806f6c29d640 (diff) | |
| download | usermoji-c391d922fac3f98b2bfaadaa3cfc1860a022c96f.tar.xz | |
toolchain: Update to newer glslang and LunarGLASS versions
LUNARGLASS_REVISION=1070
GLSLANG_REVISION=30939
Diffstat (limited to 'update_external_sources.sh')
| -rwxr-xr-x | update_external_sources.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_external_sources.sh b/update_external_sources.sh index 73ed8eec..efeafe4b 100755 --- a/update_external_sources.sh +++ b/update_external_sources.sh @@ -1,8 +1,8 @@ #!/bin/bash # Update source for glslang and LLVM -LUNARGLASS_REVISION=1061 -GLSLANG_REVISION=30042 +LUNARGLASS_REVISION=1070 +GLSLANG_REVISION=30939 BUILDDIR=$PWD BASEDIR=$BUILDDIR/.. |
