diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:58:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:58:50 +0100 |
| commit | 1e4c2198b6e08bb445afa0fcc1c10b7259835f66 (patch) | |
| tree | 5514af63ade9fd1ce4a3b1f49dfb2a193cc7848c | |
| parent | 4d934647aeb0fbc68ae7c0a606270e05d64de35f (diff) | |
Deps.
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
