X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=2010462d385f8cf76e7f9bcaa0fc6e16b56c883c;hb=e3c66895937d334ceb6d9c310941e2fbeae0e6dc;hp=0b40e67c6039a39ef5875bb8d1fa9fdebb13e24d;hpb=7b89771b1d7a52d13825ce463f38db25ab2c5568;p=libsub.git diff --git a/cscript b/cscript index 0b40e67..2010462 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'b7c316b')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.33')) 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')