aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Kniager <jeremyk@lunarg.com>2020-03-31 15:47:19 -0600
committerjeremyk-lunarg <jeremyk@lunarg.com>2020-03-31 17:15:02 -0600
commit7844b9b4e180612c7ca35bcb07ce7f86610b22c4 (patch)
treeb0168e9cba8450dfda56eadea8872ed872fa0977
parentd712a6b03b9e8493d202cc2ea9f87e86f395289c (diff)
downloadusermoji-7844b9b4e180612c7ca35bcb07ce7f86610b22c4.tar.xz
build: Update glslang version in known-good.json
Updated the glslang commit ID in `known-good.json` to: `e157435c1e777aa1052f446dafed162b4a722e03` Change-Id: Icf25b210db414b6b7b1cfa26c127e825f394c23f
-rw-r--r--scripts/known_good.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 0cc0e9c4..b99aa3da 100644
--- a/scripts/known_good.json
+++ b/scripts/known_good.json
@@ -6,7 +6,7 @@
"sub_dir" : "glslang",
"build_dir" : "glslang/build",
"install_dir" : "glslang/build/install",
- "commit" : "bfe4c5957fc51148a0aab6e04bb22020667c1092",
+ "commit" : "e157435c1e777aa1052f446dafed162b4a722e03",
"prebuild" : [
"python update_glslang_sources.py"
]