Skip to content

Commit 235cded

Browse files
committed
Allow missing cpuid.h
1 parent 190ba74 commit 235cded

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpython-unix/extension-modules.yml

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ _blake2:
4949
# Disable `explicit_bzero`, it requires glib 2.25+
5050
- define: LINUX_NO_EXPLICIT_BZERO
5151
minimum-python-version: "3.14"
52+
# Disable cpuid.h requirement for musl builds
53+
- define: NO_CPUID
54+
targets:
55+
- .*-unknown-linux-musl
56+
minimum-python-version: "3.14"
5257

5358
_bz2:
5459
sources:

0 commit comments

Comments
 (0)