diff --git a/ports/python3/0001-static-library.patch b/ports/python3/0001-static-library.patch index 46502130db..d9d6024d0d 100644 --- a/ports/python3/0001-static-library.patch +++ b/ports/python3/0001-static-library.patch @@ -1,5 +1,5 @@ diff --git a/PC/pyconfig.h b/PC/pyconfig.h -index b6b8d44586..35b329f307 100644 +index b6b8d445869bc..35b329f307c12 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -257,6 +257,7 @@ typedef int pid_t; @@ -23,7 +23,7 @@ index b6b8d44586..35b329f307 100644 #if defined(MS_WIN64) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj -index 0666b90f66..eb5ecffe71 100644 +index 0666b90f66cc9..ca83b82d8a0fe 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -73,7 +73,7 @@ @@ -35,7 +35,7 @@ index 0666b90f66..eb5ecffe71 100644 false -@@ -102,7 +102,7 @@ +@@ -102,12 +102,24 @@ /Zm200 %(AdditionalOptions) $(PySourcePath)Python;%(AdditionalIncludeDirectories) $(zlibDir);%(AdditionalIncludeDirectories) @@ -44,3 +44,20 @@ index 0666b90f66..eb5ecffe71 100644 _Py_HAVE_ZLIB;%(PreprocessorDefinitions) + version.lib;shlwapi.lib;ws2_32.lib;%(AdditionalDependencies) + ++ ++ MachineX86 ++ ++ ++ MachineX86 ++ ++ ++ MachineX86 ++ ++ ++ MachineX86 ++ + + + diff --git a/ports/python3/0002-static-crt.patch b/ports/python3/0002-static-crt.patch index 82e2b36d27..362610f38c 100644 --- a/ports/python3/0002-static-crt.patch +++ b/ports/python3/0002-static-crt.patch @@ -1,5 +1,5 @@ diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj -index eb5ecffe71..2a7c819533 100644 +index ca83b82d8a0fe..b925a26a96e5e 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -104,6 +104,10 @@ diff --git a/ports/python3/CONTROL b/ports/python3/CONTROL index abb7bf23af..2df8d9472f 100644 --- a/ports/python3/CONTROL +++ b/ports/python3/CONTROL @@ -1,5 +1,6 @@ Source: python3 Version: 3.8.3 +Port-Version: 1 Homepage: https://github.com/python/cpython Description: The Python programming language as an embeddable library Build-Depends: libffi, openssl, zlib (!uwp&!windows)