compile_wlcs: Bump WLCS version

Many fixes have landed since the last version. Specifically a fix that
is needed for #1049 to work is included with
aa1df9d76d35e692f9602a93a4d316b60238695b
This commit is contained in:
Ben Widawsky 2023-06-21 10:06:37 -07:00
parent e2a56f4b70
commit 914f413d22

View file

@ -1,6 +1,6 @@
#!/bin/sh
WLCS_SHA=34e4804574324fa9f09fe85c19037bcc1444c465
WLCS_SHA=12234affdc0a4cc104fbaf8a502efc5f822b973b
if [ -f "./wlcs/wlcs" ] && [ "$(cd wlcs; git rev-parse HEAD)" = "${WLCS_SHA}" ] ; then
echo "Using cached WLCS."