summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-26 03:47:05 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-26 03:47:05 +0100
commit1bb46ddfbaa7a7f52029fa1dcec767633cbb9ba0 (patch)
tree7291f5f4700a6367e914654941d6a8bf27638e2e
parent7bdcb9efff103206a884cb72410b0e9657ca0fc6 (diff)
Bump libsub dep.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3c7f9102c..55fe17e9c 100644
--- a/cscript
+++ b/cscript
@@ -349,7 +349,7 @@ def dependencies(target):
deps = []
deps.append(('libdcp', 'mxe2'))
- deps.append(('libsub', None))
+ deps.append(('libsub', 'mxe2'))
deps.append(('rtaudio', 'carl'))
# We get our OpenSSL libraries from the environment, but we
# also need a patched openssl binary to make certificates.