From: Carl Hetherington Date: Fri, 1 May 2020 23:58:57 +0000 (+0200) Subject: Add a specific lwext4 commit to the cscript. X-Git-Tag: v2.15.69 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=450eee9aae50ce69d4cda2616f8c1f20b622ea60 Add a specific lwext4 commit to the cscript. --- diff --git a/cscript b/cscript index 1cf2109ab..3ca0d0bfd 100644 --- a/cscript +++ b/cscript @@ -384,7 +384,7 @@ def dependencies(target, options): # the appropriate place later deps.append(('openssl', 'carl')) if can_build_disk(target): - deps.append(('lwext4', 'carl2')) + deps.append(('lwext4', 'a2222efb')) return deps