Skip to content

Commit 6a335cb

Browse files
committed
try using the variable outside a string if that helps
1 parent 32169ee commit 6a335cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- name: Build wheels on OSX
5050
if: startsWith(matrix.os, 'macos')
5151
env:
52+
CFLAGS: "-arch ${{ matrix.macos_arch }}"
53+
LDFLAGS: "-arch ${{ matrix.macos_arch }}"
5254
CIBW_BEFORE_BUILD: |
5355
cd src/runtime/c
5456
glibtoolize

0 commit comments

Comments
 (0)