diff options
| -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) |
