From 4b16c3d95cd2f692215527867eeab13af07b5b3b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 25 Nov 2012 02:04:12 +0000 Subject: Revert "Add windows runtime link that seems to be needed with newer mingw." This reverts commit 357e04626b8e682bc621f98e5976c95bf2f71364. --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') 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') -- cgit v1.2.3