diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -373,8 +373,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', '184bdd2', cpp_lib_options)) - deps.append(('libsub', '72bf4fc', cpp_lib_options)) + deps.append(('libdcp', '40f6f7d', cpp_lib_options)) + deps.append(('libsub', 'c5b7a36', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
