From 7c4d7ce5b9408a68ddf7c6122339ee472341cad7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 Jan 2021 18:09:25 +0100 Subject: Seems over-complicated to use SDK-specific subdirectories. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index ada4bf7ae..cafbd25cc 100644 --- a/cscript +++ b/cscript @@ -689,7 +689,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 %s %s %s %s %s' % (target.environment_prefix, target.directory, target.intel_sdk, target.arm_sdk, target.apple_id, target.apple_password)) + target.command('bash platform/osx/make_dmg.sh %s %s %s %s' % (target.environment_prefix, target.directory, target.apple_id, target.apple_password)) packages = [] for x in glob.glob('build/platform/osx/DCP-o-matic*.dmg'): a = os.path.abspath(x) -- cgit v1.2.3