diff options
Diffstat (limited to 'external/python3')
-rw-r--r-- | external/python3/darwin.patch.0 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/external/python3/darwin.patch.0 b/external/python3/darwin.patch.0 index 139cdc9780bb..30d20ed57578 100644 --- a/external/python3/darwin.patch.0 +++ b/external/python3/darwin.patch.0 @@ -8,3 +8,15 @@ .text /* ffi_call_unix64 (void *args, unsigned long bytes, unsigned flags, +--- configure ++++ configure +@@ -5167,7 +5167,9 @@ + fi + + ++if test "$(uname -s)" = Darwin; then MULTIARCH=; else + MULTIARCH=$($CC --print-multiarch 2>/dev/null) ++fi + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the platform triplet based on compiler characteristics" >&5 |