File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/scikit_build_core/builder Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ Examples = "https://github.com/scikit-build/scikit-build-core/tree/main/tests/pa
88
88
cmake_extensions = " scikit_build_core.setuptools.extension:cmake_extensions"
89
89
cmake_source_dir = " scikit_build_core.setuptools.extension:cmake_source_dir"
90
90
91
+
91
92
[tool .hatch ]
92
93
version.source = " vcs"
93
94
build.hooks.vcs.version-file = " src/scikit_build_core/_version.py"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def compute_best(
37
37
pyvers = [interp ]
38
38
39
39
if sys .platform .startswith ("win" ) and archs :
40
- plats = [ x .replace ("-" , "_" ) for x in archs ]
40
+ plats = ( x .replace ("-" , "_" ) for x in archs )
41
41
elif sys .platform .startswith ("darwin" ):
42
42
pairs : Iterable [tuple [str | None , bool ]]
43
43
if expand_macos and archs == ["universal2" ]:
You can’t perform that action at this time.
0 commit comments