X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=3bca50ec608925d07b48ef619a9c9af40133f6f2;hb=287d8bb5eb247e8746718a919091fff09b0b624d;hp=9de6c30d73b7a1e7f255a35a5cccf250dea2631d;hpb=f38137b21051ce770bbb4d829ae9d6229e97508f;p=libdcp.git diff --git a/cscript b/cscript index 9de6c30d..3bca50ec 100644 --- a/cscript +++ b/cscript @@ -1,12 +1,12 @@ import os def dependencies(target): - return (('libcxml', 'v0.08'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9')) + return (('libcxml', 'v0.11.0'), ('openjpeg-cdist', '5d8bffd')) -def build(target): - cmd = './waf configure --prefix=%s' % target.work_dir_cscript() +def build(target, options): + cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': - cmd += ' --static' + cmd += ' --static --disable-tests' elif target.platform == 'windows': cmd += ' --target-windows' elif target.platform == 'osx':