diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-30 09:25:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-30 09:25:47 +0000 |
| commit | 62aa8a18904a848cf58d39ce17df79d909a6927c (patch) | |
| tree | e174eb66b5b4355008b29491b1258a7723ae51c9 /wscript | |
| parent | ea1e0300d6b0d4e3dbdcaaeb20affb5c3ae49214 (diff) | |
Add msvcr100 link back in again.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ def configure(conf): if conf.options.target_windows: conf.env.append_value('CXXFLAGS', '-DLIBDCP_WINDOWS') + conf.env.append_value('LIB', 'msvcr100') else: conf.env.append_value('CXXFLAGS', '-DLIBDCP_POSIX') |
