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 32169ee commit 6a335cbCopy full SHA for 6a335cb
.github/workflows/build-python-package.yml
@@ -49,6 +49,8 @@ jobs:
49
- name: Build wheels on OSX
50
if: startsWith(matrix.os, 'macos')
51
env:
52
+ CFLAGS: "-arch ${{ matrix.macos_arch }}"
53
+ LDFLAGS: "-arch ${{ matrix.macos_arch }}"
54
CIBW_BEFORE_BUILD: |
55
cd src/runtime/c
56
glibtoolize
0 commit comments