Skip to content

Commit e6249eb

Browse files
committed
fix: get correct SOABI when cross-compiling
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 4383a28 commit e6249eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scikit_build_core/builder/cross_compile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def auto_cross_compile_env(
3232

3333
@contextlib.contextmanager
3434
def set_cross_compile_env(
35-
ext_suffix: str, env: MutableMapping[str, str]
35+
ext_suffix: str,
36+
env: MutableMapping[str, str],
3637
) -> Generator[None, None, None]:
3738
"""
3839
Generate python file and set environment variables to cross-compile Python

0 commit comments

Comments
 (0)