X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=b6088e0cb671925a32b7bdfd270289dfe6552f9f;hb=2fabfde079641001d0968ca2fee8e70a0b929e27;hp=eeef2a65ab4e3735e6dc04f95681a0dd69a36552;hpb=a5d9f9a473d9ce8c273d9763a478e88edf2162fa;p=dcpomatic.git diff --git a/cscript b/cscript index eeef2a65a..b6088e0cb 100644 --- a/cscript +++ b/cscript @@ -4,7 +4,7 @@ import os def dependencies(target): return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'), - ('libdcp', '85fffccfceaef5652452eb60bef98b0c49a898c6')) + ('libdcp', '658695856029c7ae80e3556d07a1a5cb1b51cf1d')) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() @@ -59,7 +59,7 @@ def package(target, version): return debs elif target.platform == 'osx': - target.command('bash platform/osx/make_dmg.sh') + target.command('bash platform/osx/make_dmg.sh %s' % target.work_dir_cscript()) return os.path.abspath(glob.glob('build/platform/osx/DCP-o-matic*.dmg')[0]) def make_pot(target):