diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-22 21:07:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-22 21:07:52 +0000 |
| commit | 357e04626b8e682bc621f98e5976c95bf2f71364 (patch) | |
| tree | f36e12ca52c4e573c1e7bafe0dc8ec4045689e60 /wscript | |
| parent | df5d80026bd645a13aafb0c7b39c1a1088ed81d6 (diff) | |
Add windows runtime link that seems to be needed with newer mingw.
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') |
