summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-22 21:07:52 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-22 21:07:52 +0000
commit357e04626b8e682bc621f98e5976c95bf2f71364 (patch)
treef36e12ca52c4e573c1e7bafe0dc8ec4045689e60 /wscript
parentdf5d80026bd645a13aafb0c7b39c1a1088ed81d6 (diff)
Add windows runtime link that seems to be needed with newer mingw.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
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')