Skip to content

Commit

Permalink
Try export ARCHFLAGS="-arch x86_64" to fix faulty universal2
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Jun 27, 2023
1 parent a13a07f commit d9fd50e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ jobs:
run: |
export PATH=$(brew --prefix llvm)/bin:/usr/local/opt/grep/libexec/gnubin:/usr/local/opt/binutils/bin:$PATH:/usr/local/opt/findutils/libexec/gnubin
export CC=$(brew --prefix llvm)/bin/clang
export CXX=$(brew --prefix llvm)/bin/clang++
export CXX=$(brew --prefix llvm)/bin/clang++
# try https://github.com/pypa/wheel/issues/406#issuecomment-848095295
export ARCHFLAGS="-arch x86_64"
make wheel
- name: Run simple test
run: |
Expand Down

0 comments on commit d9fd50e

Please sign in to comment.