diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-25 02:04:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-25 02:04:12 +0000 |
| commit | 4b16c3d95cd2f692215527867eeab13af07b5b3b (patch) | |
| tree | 2f8f4b3b040ed8687931173b3a1a3901ad4f7ba4 /wscript | |
| parent | 0dd16d85e8d74e38c2a5967f15d1f9733e62302f (diff) | |
Revert "Add windows runtime link that seems to be needed with newer mingw."
This reverts commit 357e04626b8e682bc621f98e5976c95bf2f71364.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ 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') |
