aboutsummaryrefslogtreecommitdiff
path: root/ports/python3/0002-Static-CRT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/python3/0002-Static-CRT.patch')
-rw-r--r--ports/python3/0002-Static-CRT.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/python3/0002-Static-CRT.patch b/ports/python3/0002-Static-CRT.patch
index 267d03d75..8f63aa092 100644
--- a/ports/python3/0002-Static-CRT.patch
+++ b/ports/python3/0002-Static-CRT.patch
@@ -1,8 +1,6 @@
-diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
-index 4134d7b..ecbccf0 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
-@@ -67,6 +67,10 @@
+@@ -68,6 +68,10 @@
<AdditionalOptions>/Zm200 %(AdditionalOptions)</AdditionalOptions>
<AdditionalIncludeDirectories>$(PySourcePath)Python;$(PySourcePath)Modules\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_USRDLL;Py_BUILD_CORE;Py_NO_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions)</PreprocessorDefinitions>