diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-01-07 11:27:31 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-07 11:27:31 -0800 |
| commit | 31b1989394f801b7d569d0f00a2c00be7d6de96a (patch) | |
| tree | 7f28f0d33ebcef58db8983fc25293bc3381222af /ports/python3/0002-Static-CRT.patch | |
| parent | 023ffe900dc019443d0f0e618c4ddd5ea0390d5f (diff) | |
| parent | 23962328a4f0ea83de847d71a927ba1cc397b560 (diff) | |
| download | vcpkg-31b1989394f801b7d569d0f00a2c00be7d6de96a.tar.gz vcpkg-31b1989394f801b7d569d0f00a2c00be7d6de96a.zip | |
Merge pull request #2508 from albertziegenhagel/python3-3.6.4
[python3] Update to 3.6.4
Diffstat (limited to 'ports/python3/0002-Static-CRT.patch')
| -rw-r--r-- | ports/python3/0002-Static-CRT.patch | 4 |
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> |
