From 357e04626b8e682bc621f98e5976c95bf2f71364 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 Nov 2012 21:07:52 +0000 Subject: [PATCH] Add windows runtime link that seems to be needed with newer mingw. --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 8de94321..b1fbc4b4 100644 --- a/wscript +++ b/wscript @@ -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') -- 2.30.2