diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:53:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:53:52 +0100 |
| commit | 4d934647aeb0fbc68ae7c0a606270e05d64de35f (patch) | |
| tree | 10cd5dbd41726399fad0e317b11ef8bc3eb4bbdd | |
| parent | b5aaf6fbeb39b6e6d41bad6c9ce333b0f322fe78 (diff) | |
More deps.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ def package(target, version): else: shutil.copyfile('%s/bin/libgcc_s_seh-1.dll' % target.windows_prefix, os.path.join(d, 'libgcc_s_seh-1.dll')) - target.command('cd build && zip -9 -r libdcp-%s.zip %s' % (version, d)) + target.command('cd build && zip -9 -r libdcp-%s.zip libdcp-%s' % (version, version)) return os.path.abspath('build/libdcp-%s.zip' % version) def make_doxygen(target): |
