1- From edb3ba3037493e6f18c6663577bbe2ed6828f8fa Mon Sep 17 00:00:00 2001
1+ From fae08eb999d62039e0dbbeb65761f0e4c507c471 Mon Sep 17 00:00:00 2001
22From: Ray Donnelly <mingw.android@gmail.com>
33Date: Fri, 2 Oct 2020 00:03:12 +0200
44Subject: [PATCH 09/22] cross compile darwin
@@ -11,10 +11,10 @@ By Isuru Fernando.
1111 3 files changed, 18 insertions(+), 1 deletion(-)
1212
1313diff --git a/Lib/platform.py b/Lib/platform.py
14- index 7bb222088d..0b1cbc98e2 100755
14+ index c5b6048036..7470545466 100755
1515--- a/Lib/platform.py
1616+++ b/Lib/platform.py
17- @@ -458 ,7 +458 ,12 @@ def win32_ver(release='', version='', csd='', ptype=''):
17+ @@ -459 ,7 +459 ,12 @@ def win32_ver(release='', version='', csd='', ptype=''):
1818 def _mac_ver_xml():
1919 fn = '/System/Library/CoreServices/SystemVersion.plist'
2020 if not os.path.exists(fn):
@@ -29,7 +29,7 @@ index 7bb222088d..0b1cbc98e2 100755
2929 try:
3030 import plistlib
3131diff --git a/configure b/configure
32- index be783faa24..4a3f0b6302 100755
32+ index 6dc8a66e48..552597c021 100755
3333--- a/configure
3434+++ b/configure
3535@@ -4267,6 +4267,9 @@ then
@@ -53,7 +53,7 @@ index be783faa24..4a3f0b6302 100755
5353 _host_cpu=
5454 ;;
5555diff --git a/configure.ac b/configure.ac
56- index 8be26cc0ab..058f1d1096 100644
56+ index 8a32cb58f4..36b565af1b 100644
5757--- a/configure.ac
5858+++ b/configure.ac
5959@@ -547,6 +547,9 @@ then
0 commit comments