X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=6966864a66ffcb3d691ae16b085d7278fd251bd3;hb=54ca5a01f0648d2a5101fab0f50b41d8c90612e4;hp=7c2d944f1b18639e07daeabc4dbb2938eccbe702;hpb=d6bdcbf2ff548b0e3e2946174dd5f08d1d2c1fe5;p=dcpomatic.git diff --git a/cscript b/cscript index 7c2d944f1..6966864a6 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', 'cdb664d', cpp_lib_options)) + deps.append(('libsub', 'dec1726', 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 = ''