diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-07 23:25:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-07 23:25:04 +0100 |
| commit | 33504ef9dac76b6b5f7884ae23cb1ae473fd9d25 (patch) | |
| tree | 05d9322e8301e95992048198dae63c661f03484d /cscript | |
| parent | 1e4c2198b6e08bb445afa0fcc1c10b7259835f66 (diff) | |
More deps.
Diffstat (limited to 'cscript')
| -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')) - 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) |
