From 88d217034d58a02514eedbccd88dbfa2f80a9cc2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Oct 2020 23:18:40 +0200 Subject: [PATCH] Add ffcmp dependency for tests. --- cscript | 1 + 1 file changed, 1 insertion(+) diff --git a/cscript b/cscript index ce775aabc..2e52267cd 100644 --- a/cscript +++ b/cscript @@ -386,6 +386,7 @@ def dependencies(target, options): deps.append(('openssl', 'carl')) if can_build_disk(target): deps.append(('lwext4', '370b3de6')) + deps.append(('ffcmp', None)) return deps -- 2.30.2