summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-07 22:53:52 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-07 22:53:52 +0100
commit4d934647aeb0fbc68ae7c0a606270e05d64de35f (patch)
tree10cd5dbd41726399fad0e317b11ef8bc3eb4bbdd
parentb5aaf6fbeb39b6e6d41bad6c9ce333b0f322fe78 (diff)
More deps.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3c3bfaf9..22182e15 100644
--- a/cscript
+++ b/cscript
@@ -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):