diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-08 01:51:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-08 01:51:17 +0100 |
| commit | 9c69468557794b9b1230df459dccdebdb561d52d (patch) | |
| tree | b05488e8fe8696af2061746af04694fc30ac188a /cscript | |
| parent | 3450ad7702b908497e5c4f98d9dc152916ce7302 (diff) | |
Tweak ordering.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ def package(target, version): 'libxml2-2.dll', 'libxmlsec1-openssl.dll', 'libxmlsec1.dll', 'zlib1.dll', 'libglib-2.0-0.dll', 'libgmodule-2.0-0.dll', 'libgobject-2.0-0.dll', 'libsigc-2.0-0.dll', 'libiconv-2.dll', 'liblzma-5.dll', 'libxslt-1.dll', 'libintl-8.dll', 'libpcre-1.dll', 'libffi-6.dll']: shutil.copyfile('%s/bin/%s' % (target.windows_prefix, f), os.path.join(d, f)) - zip = 'libdcp-windows-%d.%s.zip' % (target.bits, version) + zip = 'libdcp-%s-windows-%d.zip' % (version, target.bits) target.command('cd build && zip -9 -r %s libdcp-%s' % (zip, version)) return os.path.abspath('build/%s' % zip) |
