Commit d27dd8c
committed
cmake: fix manylinux wheel builds
manylinux does not ship with the "Development.Embed" component's static Python libraries, which are implied in the "Development" component, hence builds fail. Those libraries are not needed to build extension modules: scikit-build/scikit-build-core#173
The "Development.Module" is sufficient for building modules: https://cmake.org/cmake/help/latest/module/FindPython.html
Signed-off-by: MichaIng <micha@dietpi.com>1 parent 6f4ad7c commit d27dd8c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments