summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-29 11:14:14 +0000
committerCarl Hetherington <cth@carlh.net>2013-10-29 11:14:14 +0000
commit8d31298c71df875d88e9f22061645d54309875eb (patch)
tree7d651d73709aa1505a6e32675bb95d1d12eeb234 /cscript
parentfc5f541024dbc8269714dfb28384b41e1d97cb61 (diff)
Try to allow OSX builds with any prefix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 199066581..b6088e0cb 100644
--- a/cscript
+++ b/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):