X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=50aba54ea555fa5d1440e572d4624df4745c01d0;hb=08fa1aa2bc718635c3ae0f991800c6c6cfd62a2b;hp=51ee3477b54e526ccd54e9bcb33c6a86fa4c8006;hpb=9c530eee0e8c0f9c25f97709c2d870fd6575f3a5;p=libsub.git diff --git a/cscript b/cscript index 51ee347..50aba54 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'b68a460')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.34')) 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')