summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-30 23:50:45 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-30 23:50:45 +0000
commit4aed3e564381267a36d8707b80f35cafba39fa98 (patch)
tree25ce6422c6aa096b850f3be2d6859f759aec1b08 /wscript
parentff3a1516f6c6750773e869089674fa60c305d175 (diff)
parent4b002140607903a5f29a25b6071949b169cf4cd2 (diff)
Merge.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 13abb2a0..6ac2b076 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')