summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-06 23:18:40 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-13 18:51:11 +0200
commit88d217034d58a02514eedbccd88dbfa2f80a9cc2 (patch)
tree14c0b624b2fb88e5cd9523783b08f9a47090b62c /cscript
parenta1d3a73736ff2a171ab1160dedf4faea40454bea (diff)
Add ffcmp dependency for tests.
Diffstat (limited to 'cscript')
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
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