Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 21, 2023
1 parent 4f4d251 commit 94da33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Configure ${{ matrix.settings.target }} builder
if: ${{ matrix.settings.target == 'aarch64-unknown-linux-gnu' }}
run: |
echo 'CFLAGS_aarch64_unknown_linux_gnu="-D__ARM_ARCH=8"' >> $GITHUB_ENV
echo '__ARM_ARCH=8"' >> $GITHUB_ENV
echo 'TARGET_CC=aarch64-linux-gnu-gcc' >> $GITHUB_ENV
echo 'TARGET_AR=aarch64-linux-gnu-ar' >> $GITHUB_ENV
Expand Down

0 comments on commit 94da33c

Please sign in to comment.