X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=c4205e84443b85f3e03aa8ac80e3ee81dba0a1b8;hb=fa7b0ff6e41fc8705ab26c7eebb12f0b9870eae8;hp=cfae38e60561294a3e1bef1863868f37e40fe8e1;hpb=1bfb4253aa73cb32016dfdbc07f78f35b372f4fd;p=libsub.git diff --git a/cscript b/cscript index cfae38e..c4205e8 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'a91bea6')) + return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.24')) 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')