X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=cscript;h=864ec90c2d71db1a3f2c83eaab45419a3d0821ea;hp=7c2d944f1b18639e07daeabc4dbb2938eccbe702;hb=ca981c8cfa23111e92be329f1c2dfbe3a07b4247;hpb=d6bdcbf2ff548b0e3e2946174dd5f08d1d2c1fe5 diff --git a/cscript b/cscript index 7c2d944f1..864ec90c2 100644 --- a/cscript +++ b/cscript @@ -375,8 +375,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', 'c6c18f4', cpp_lib_options)) - deps.append(('libsub', '67fff3c', cpp_lib_options)) + deps.append(('libdcp', '2667081', cpp_lib_options)) + deps.append(('libsub', 'fc5ce01', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we @@ -550,9 +550,7 @@ def build(target, options): else: target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target, options))) target.command('./waf') - - if target.platform == 'linux' or target.platform == 'osx': - target.command('./waf install') + target.command('./waf install') def package_windows(target): identifier = ''