aboutsummaryrefslogtreecommitdiff
path: root/update_external_sources.sh
diff options
context:
space:
mode:
authorCody Northrop <cody@lunarg.com>2015-04-20 14:09:40 -0600
committerCody Northrop <cody@lunarg.com>2015-04-29 12:04:41 -0600
commitc391d922fac3f98b2bfaadaa3cfc1860a022c96f (patch)
tree0349f6e8e121f2871da47758b3610ad092715589 /update_external_sources.sh
parent6dd17ffc02e8800e933424da5ba9806f6c29d640 (diff)
downloadusermoji-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-xupdate_external_sources.sh4
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/..