From 94da33c2d8ecbe32559951bc6cccbc84b02bca52 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 21 Nov 2023 05:53:38 -0800 Subject: [PATCH] update --- .github/workflows/build-python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-python-wheels.yml b/.github/workflows/build-python-wheels.yml index 7b224593f..dabe1255c 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -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