Skip to content

Commit a08ed4c

Browse files
authored
Limit Ninja to non-Windows
1 parent 9b5423b commit a08ed4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools>=59.0", "scikit-build>=0.17.6", "cmake", "ninja", "cython"]
2+
requires = ["setuptools>=59.0", "scikit-build>=0.17.6", "cmake", "ninja; sys_platform != 'win32'", "cython"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)