summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-25 02:04:12 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-25 02:04:12 +0000
commit4b16c3d95cd2f692215527867eeab13af07b5b3b (patch)
tree2f8f4b3b040ed8687931173b3a1a3901ad4f7ba4 /wscript
parent0dd16d85e8d74e38c2a5967f15d1f9733e62302f (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--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 204ab884..2ed1d8d6 100644
--- a/wscript
+++ b/wscript
@@ -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')