From 179830dcb881b99e7f1a5b9527f7889602ee548e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 29 Oct 2019 21:58:17 +0100 Subject: Attempt to fix total breakage of OS X build. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 44e79f89a..3781725e4 100644 --- a/cscript +++ b/cscript @@ -641,7 +641,7 @@ def package(target, version, options): elif target.distro == 'centos' or target.distro == 'fedora' or target.distro == 'mageia': return package_rpm(target, cpu, version, options) elif target.platform == 'osx': - target.command('bash platform/osx/make_dmg.sh %s' % target.directory) + target.command('bash platform/osx/make_dmg.sh %s %s' % (target.environment_prefix, target.directory)) return [os.path.abspath(x) for x in glob.glob('build/platform/osx/DCP-o-matic*.dmg')] elif target.platform == 'docker': shutil.copyfile(target.deb, 'build/platform/docker') -- cgit v1.2.3