diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-07 23:35:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-07 23:35:21 +0100 |
| commit | cec084c71d2acfe552ee981a4afeeaf8be0f7f9c (patch) | |
| tree | 4c92a54e5b06d0ee0867cd888ebc97f559cffb43 /cscript | |
| parent | 7d3e7d15679051248b86ea47fb972dd17f22c08b (diff) | |
Deps.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -84,7 +84,8 @@ def package(target, version): 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', 'libeay32.dll', 'libglibmm-2.4-1.dll', 'libxml++-2.6-2.dll', - 'libxml2-2.dll', 'libxmlsec1-openssl.dll', 'libxmlsec1.dll', 'zlib1.dll']: + 'libxml2-2.dll', 'libxmlsec1-openssl.dll', 'libxmlsec1.dll', 'zlib1.dll', 'libglib-2.0-0.dll', 'libgmodule-2.0-0.dll', 'libgobject-2.0-0.dll', + 'libsigc-2.0-0.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) |
