X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=6a217e3834d1ab00101cebac16b01087606a75ec;hb=5b01b1cfd494bcf9e7885482b510bbf6acfaadef;hp=53da29f02c72c2e161b0180c34a1f1c79c680dab;hpb=f9cf5660e4d3fc7638ea0a880af357a50fbc05cc;p=libsub.git diff --git a/cscript b/cscript index 53da29f..6a217e3 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.1')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.30')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory @@ -33,7 +33,7 @@ def build(target, options): if target.debug: cmd += ' --enable-debug' if target.platform == 'windows': - cmd += ' --target-windows --disable-tests' + cmd += f' --target-windows-{target.bits} --disable-tests' target.command(cmd) target.command('./waf build install')