diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-23 19:44:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-23 19:44:52 +0100 |
| commit | 085d998c4f6aa8a1183024ba65aab87771e642ad (patch) | |
| tree | a78926ed37c2dd9e3c5c130070a7a6fdcc535bb6 /cscript | |
| parent | f6c575b9e78d250b84c1d3022f0d120acf1c4c23 (diff) | |
ffcmp.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -386,7 +386,7 @@ def dependencies(target, options): deps.append(('openssl', 'arm64')) if can_build_disk(target): deps.append(('lwext4', 'arm64')) - deps.append(('ffcmp', None)) + deps.append(('ffcmp', 'arm64')) return deps |
