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 80c57b0 commit e315bb7Copy full SHA for e315bb7
pyproject.toml
@@ -123,14 +123,6 @@ if.env.COVERAGE = false
123
inherit.cmake.define = "append"
124
cmake.define.DISABLE_UNITY = "1"
125
126
-[[tool.scikit-build.overrides]]
127
-# Windows Free-Threading
128
-if.platform-system = "^win32"
129
-if.abi-flags = "t"
130
-inherit.cmake.define = "append"
131
-cmake.define.CMAKE_C_FLAGS="/DPy_MOD_GIL_USED /DPy_GIL_DISABLED"
132
-cmake.define.CMAKE_CXX_FLAGS="/DPy_MOD_GIL_USED /DPy_GIL_DISABLED"
133
-
134
[tool.scikit-build.sdist]
135
include = [
136
"README.md",
0 commit comments