diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-26 03:47:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-26 03:47:05 +0100 |
| commit | 1bb46ddfbaa7a7f52029fa1dcec767633cbb9ba0 (patch) | |
| tree | 7291f5f4700a6367e914654941d6a8bf27638e2e | |
| parent | 7bdcb9efff103206a884cb72410b0e9657ca0fc6 (diff) | |
Bump libsub dep.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
