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 2cffb18 commit 2878c8bCopy full SHA for 2878c8b
src/scikit_build_core/builder/cross_compile.py
@@ -47,7 +47,7 @@ def set_cross_compile_env(
47
yield
48
return
49
50
- sysconf_name = getattr(sysconfig, "_get_sysconfigdata_name", "")
+ sysconf_name = getattr(sysconfig, "_get_sysconfigdata_name", lambda: None)()
51
if not sysconf_name:
52
logger.warning(
53
"Cross-compiling is not supported due to sysconfig._get_sysconfigdata_name missing."
0 commit comments