summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-23 22:11:00 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-26 14:03:24 +0000
commit188ac6fcbae21c744b4414f060ddfcef89c6252f (patch)
tree8acf5062ce3077ab58769642b2a97ef5e4b9d7da
parent60b857349ea425dc8c48cab0ec6c65331678d0ab (diff)
Bump libsub for an OSX build fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d534d427b..5a313d4f4 100644
--- a/cscript
+++ b/cscript
@@ -332,7 +332,7 @@ def dependencies(target):
deps = []
deps.append(('libdcp', '6c0c06a'))
- deps.append(('libsub', '928db1f'))
+ deps.append(('libsub', 'a932f56'))
deps.append(('rtaudio-cdist', 'aad62d7'))
return deps