diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-06 23:18:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-13 18:51:11 +0200 |
| commit | 88d217034d58a02514eedbccd88dbfa2f80a9cc2 (patch) | |
| tree | 14c0b624b2fb88e5cd9523783b08f9a47090b62c /cscript | |
| parent | a1d3a73736ff2a171ab1160dedf4faea40454bea (diff) | |
Add ffcmp dependency for tests.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
