Skip to content

Commit

Permalink
Add —build option to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qqfunc authored Aug 18, 2024
1 parent f949a05 commit 0da53ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ jobs:
LIBFFI_LIBS="-L${{ github.workspace }}/install/ffi-${{ matrix.build.sdk }}-${{ matrix.build.arch }}/lib -lffi"
LIBLZMA_CFLAGS="-I${{ github.workspace }}/install/xz-${{ matrix.build.sdk }}-${{ matrix.build.arch }}/include"
LIBLZMA_LIBS="-L${{ github.workspace }}/install/xz-${{ matrix.build.sdk }}-${{ matrix.build.arch }}/lib -llzma"
--enable-framework="${{ github.workspace }}/framework"
--enable-framework="${{ github.workspace }}/framework"
--build=$(uname -m)-apple-darwin
--host=${{ matrix.build.host }}
--with-build-python="${{ steps.py.outputs.python-path }}"
- name: Build Python.framework
Expand Down

0 comments on commit 0da53ac

Please sign in to comment.