aboutsummaryrefslogtreecommitdiff
path: root/update_external_sources.sh
diff options
context:
space:
mode:
authorCody Northrop <cody@lunarg.com>2015-07-08 09:53:03 -0600
committerCody Northrop <cody@lunarg.com>2015-07-08 16:04:39 -0600
commitf86fb15498be67c058d73cc191f6a6053aec71e1 (patch)
tree6b699ffe13d6dd1b1043e480b7d2039e82a022bd /update_external_sources.sh
parentbde1283be7e9f4d8fcddb17fe75cf11652168e04 (diff)
downloadusermoji-f86fb15498be67c058d73cc191f6a6053aec71e1.tar.xz
toolchain: Update to latest glslang and LunarGLASS, fix script
glslang hash: e6f7988adec197e0590fb8274b0412811456d3e6 LunarGLASS revision: 1093 Also, ensure update_external_sources.* fetches the repo before checking out the hash.
Diffstat (limited to 'update_external_sources.sh')
-rwxr-xr-xupdate_external_sources.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_external_sources.sh b/update_external_sources.sh
index 5f145f7b..6ffaf5ee 100755
--- a/update_external_sources.sh
+++ b/update_external_sources.sh
@@ -23,6 +23,7 @@ function create_glslang () {
function update_glslang () {
echo "Updating $BASEDIR/glslang"
cd $BASEDIR/glslang
+ git fetch --all
git checkout $GLSLANG_REVISION
}