diff options
| author | Jeremy Kniager <jeremyk@lunarg.com> | 2020-03-31 15:47:19 -0600 |
|---|---|---|
| committer | jeremyk-lunarg <jeremyk@lunarg.com> | 2020-03-31 17:15:02 -0600 |
| commit | 7844b9b4e180612c7ca35bcb07ce7f86610b22c4 (patch) | |
| tree | b0168e9cba8450dfda56eadea8872ed872fa0977 | |
| parent | d712a6b03b9e8493d202cc2ea9f87e86f395289c (diff) | |
| download | usermoji-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.json | 2 |
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" ] |
