Skip to content

Commit d633e5f

Browse files
committed
Fixed build for windows
1 parent bb84c54 commit d633e5f

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ jobs:
4343
path: ./binaryen/libbinaryen
4444
key: ${{ matrix.os }}-${{ runner.os }}-${{ runner.arch }}-v${{env.BINARYEN_VERSION}}-libbinaryen
4545

46-
- name: Set macOS architectures
47-
run: |
48-
if [ ${{ matrix.os }} == 'macos-13' ]; then
49-
echo "CIBW_ARCHS_MACOS=x86_64" >> $GITHUB_ENV
50-
elif [ ${{ matrix.os }} == 'macos-14' ]; then
51-
echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV
52-
fi
53-
5446
- name: Build wheels
5547
uses: pypa/[email protected]
5648

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ environment = { BINARYEN_VERSION = "117" }
4848
# WARNING: If you update this also update it in the Github Action!!
4949
before-all = ["bash ./scripts/build_libbinaryen.sh"]
5050

51-
[tool.cibuildwheel.macos]
52-
archs = ["x86_64", "arm64"]
53-
5451
[tool.cibuildwheel.windows]
5552
archs = ["AMD64"]
5653

0 commit comments

Comments
 (0)