We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef682cb commit ed8b8b7Copy full SHA for ed8b8b7
pyproject.toml
@@ -83,8 +83,9 @@ exclude_lines = [
83
archs = ["all"]
84
build = "cp312-*"
85
# 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"
+# xmake doesn't support universal2
+# https://github.com/xmake-io/xmake/issues/6502
88
+skip = "*_i686 *_armv7l *-macosx_universal2"
89
build-frontend = "build[uv]"
90
91
[tool.cibuildwheel.environment]
0 commit comments