summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-07 22:58:50 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-07 22:58:50 +0100
commit1e4c2198b6e08bb445afa0fcc1c10b7259835f66 (patch)
tree5514af63ade9fd1ce4a3b1f49dfb2a193cc7848c
parent4d934647aeb0fbc68ae7c0a606270e05d64de35f (diff)
Deps.
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 22182e15..4f3506e0 100644
--- a/cscript
+++ b/cscript
@@ -83,6 +83,8 @@ 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']:
+ 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)