aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpp')
-rw-r--r--tools/cpp/wrapper/bin/pydir/msvc_tools.py.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpp/wrapper/bin/pydir/msvc_tools.py.tpl b/tools/cpp/wrapper/bin/pydir/msvc_tools.py.tpl
index f95cca3a34..96890f72c8 100644
--- a/tools/cpp/wrapper/bin/pydir/msvc_tools.py.tpl
+++ b/tools/cpp/wrapper/bin/pydir/msvc_tools.py.tpl
@@ -374,7 +374,7 @@ class ArgParser(object):
rt = opt[:3]
rt_idx = len(self.options) - i - 1
break
- rt = rt or '/MD' # Default to dynamic runtime
+ rt = rt or '/MT' # Default to static runtime
# Add debug if necessary
if enforce_debug_rt:
rt += 'd'