From: Carl Hetherington Date: Mon, 4 Jan 2021 14:17:43 +0000 (+0100) Subject: Another linux build fix. X-Git-Tag: v2.15.115 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=8f4b45d7e3c83d390fb77728f84d6984d0650a05 Another linux build fix. --- diff --git a/cscript b/cscript index 3d437ca5d..87ea11622 100644 --- a/cscript +++ b/cscript @@ -385,7 +385,7 @@ def dependencies(target, options): # the appropriate place later deps.append(('openssl', '7f29dd5')) if can_build_disk(target): - deps.append(('lwext4', '01c7d4c')) + deps.append(('lwext4', 'f2a1573')) deps.append(('ffcmp', 'a915540')) return deps