X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=9133ec55b50709c45fe170a72b31c551da1f11c9;hb=refs%2Ftags%2Fv1.6.9;hp=5ba56921cd943cbc5407c4285061d2293dae4302;hpb=e88528de7cc12a913e3e376470ae333ee89241f8;p=libsub.git diff --git a/cscript b/cscript index 5ba5692..9133ec5 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'ee23803')) + return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.9')) 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')