Skip to content

Commit

Permalink
darwin workaround for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Jul 11, 2024
1 parent d6a8a7e commit b4f56be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python3/patches/0011-darwin-multi-arch.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- configure.org 2024-07-11 16:02:35.357891440 +0900
+++ configure 2024-07-11 16:02:50.767317026 +0900
@@ -5205,6 +5205,7 @@


MULTIARCH=$($CC --print-multiarch 2>/dev/null)
+MULTIARCH=""


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the platform triplet based on compiler characteristics" >&5

0 comments on commit b4f56be

Please sign in to comment.