summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-05 18:09:25 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-05 18:09:25 +0100
commit7c4d7ce5b9408a68ddf7c6122339ee472341cad7 (patch)
treeb371499399461b0a64749fb3bb17f30e2a04d376 /cscript
parent74c008c57fb48291c6701b9b1ab24eb3fc90840f (diff)
Seems over-complicated to use SDK-specific subdirectories.v2.15.117
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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)