summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-07 23:25:04 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-07 23:25:04 +0100
commit33504ef9dac76b6b5f7884ae23cb1ae473fd9d25 (patch)
tree05d9322e8301e95992048198dae63c661f03484d /cscript
parent1e4c2198b6e08bb445afa0fcc1c10b7259835f66 (diff)
More deps.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4f3506e0..48b8fcf6 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'))
- for f in ['libstdc++-6.dll', 'libboost_filesystem-mt.dll', 'libboost_system-mt.dll']:
+ for f in ['libstdc++-6.dll', 'libboost_filesystem-mt.dll', 'libboost_system-mt.dll', 'libeay32.dll', 'libglibmm-2.4-1.dll', 'libxml++-2.6-2.dll']:
shutil.copyfile('%s/bin/%s' % (target.windows_prefix, f), os.path.join(d, f))
target.command('cd build && zip -9 -r libdcp-%s.zip libdcp-%s' % (version, version))
return os.path.abspath('build/libdcp-%s.zip' % version)