summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-23 19:44:52 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-23 19:44:52 +0100
commit085d998c4f6aa8a1183024ba65aab87771e642ad (patch)
treea78926ed37c2dd9e3c5c130070a7a6fdcc535bb6 /cscript
parentf6c575b9e78d250b84c1d3022f0d120acf1c4c23 (diff)
ffcmp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 40a80b235..ccd4eed97 100644
--- a/cscript
+++ b/cscript
@@ -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