summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Python-2.6.1.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Python-2.6.1.patch b/python/Python-2.6.1.patch
index ac70bab33f70..fe04ae33b384 100644
--- a/python/Python-2.6.1.patch
+++ b/python/Python-2.6.1.patch
@@ -434,7 +434,7 @@
}
else if (strcmp(argv[1], "Debug") == 0) {
- strcat_s(command, CMD_SIZE, "-D_DEBUG -MDd ");
-+ strcat_s(command, CMD_SIZE, "-D_DEBUG -MD ");
++ strcat_s(command, CMD_SIZE, "-MD ");
}
else if (strcmp(argv[1], "ReleaseItanium") == 0) {
strcat_s(command, CMD_SIZE, "-MD /USECL:MS_ITANIUM ");