We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a865b1 commit be94bebCopy full SHA for be94beb
.github/workflows/osx.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build Python 3.11.8 for ARM64
21
run: |
22
cd Python-3.11.8
23
- arch -arm64 ./configure --prefix=$HOME/python-arm64 --enable-optimizations --host=arm64-apple-darwin
+ arch -arm64 ./configure --prefix=$HOME/python-arm64 --enable-optimizations
24
arch -arm64 make -j$(sysctl -n hw.ncpu)
25
arch -arm64 make install
26
0 commit comments