diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-05 18:09:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-05 18:09:25 +0100 |
| commit | 7c4d7ce5b9408a68ddf7c6122339ee472341cad7 (patch) | |
| tree | b371499399461b0a64749fb3bb17f30e2a04d376 /cscript | |
| parent | 74c008c57fb48291c6701b9b1ab24eb3fc90840f (diff) | |
Seems over-complicated to use SDK-specific subdirectories.v2.15.117
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
