Skip to content

Commit ed8b8b7

Browse files
committed
💚 Fix cross compilation
1 parent ef682cb commit ed8b8b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ exclude_lines = [
8383
archs = ["all"]
8484
build = "cp312-*"
8585
# src/xmake/libc/dataptr.c:49:26: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
86-
# xmake-python doesn't support cross compiling
87-
skip = "*_i686 *_armv7l *-macosx_x86_64 *-macosx_universal2 *-win_arm64"
86+
# xmake doesn't support universal2
87+
# https://github.com/xmake-io/xmake/issues/6502
88+
skip = "*_i686 *_armv7l *-macosx_universal2"
8889
build-frontend = "build[uv]"
8990

9091
[tool.cibuildwheel.environment]

0 commit comments

Comments
 (0)