X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=632489f9b77497042f9fc2013445014dd26de119;hb=bbcfa9de3751ea777b38ff13db793f84f16f8076;hp=1d206dbfd94f96af21596c21a86261ea77fc57a0;hpb=4bee9f40969db94aa7edc7816e1b12a7db3cab07;p=dcpomatic.git diff --git a/cscript b/cscript index 1d206dbfd..632489f9b 100644 --- a/cscript +++ b/cscript @@ -370,8 +370,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', 'c9865a3', cpp_lib_options)) - deps.append(('libsub', 'b0413a7', cpp_lib_options)) + deps.append(('libdcp', '2b522d0', cpp_lib_options)) + deps.append(('libsub', 'dcd8bf5', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we @@ -737,11 +737,11 @@ def make_manual(target): def test(target, options, test): target.set('LC_ALL', 'C') if target.platform == 'windows': - cmd = 'run\\tests' + cmd = 'run\\tests ' else: cmd = 'run/tests ' if target.debug: cmd += '--backtrace ' if test is not None: - cmd += '--run_test=%s' % test + cmd += '-t %s' % test target.command(cmd)