aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Young <marky@lunarg.com>2016-08-26 11:17:39 -0600
committerMark Young <marky@lunarg.com>2016-08-26 11:17:39 -0600
commitadc9517e6790410c55e1a589639e0de775d87747 (patch)
tree15b988d96296f2fdd1018d21fa0c81362b799398
parent4ab78162e2f4e56614d71a5163f0bab900528e7c (diff)
downloadusermoji-adc9517e6790410c55e1a589639e0de775d87747.tar.xz
glslang : Force update in update_external_sources
Linux's sh file didn't clobber previous external items synced. This is having a problem with the previous changes which reverted the glslang texel fetch patch, and then updated the revision. Change-Id: I0e8e28d11fa40df00a5fb9164624f113b2adf084
-rwxr-xr-xupdate_external_sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_external_sources.sh b/update_external_sources.sh
index 640a5989..ea294f6a 100755
--- a/update_external_sources.sh
+++ b/update_external_sources.sh
@@ -26,7 +26,7 @@ function update_glslang () {
echo "Updating $BASEDIR/glslang"
cd $BASEDIR/glslang
git fetch --all
- git checkout $GLSLANG_REVISION
+ git checkout --force $GLSLANG_REVISION
}
function create_spirv-tools () {