Commit 6b70c28
committed
Fix pybind11 Python detection for macOS-14 ARM64 builds
- Add -DPython_EXECUTABLE and -DPYBIND11_FINDPYTHON=ON to cmake_args
to ensure pybind11 uses the correct Python interpreter and ABI tag
- This fixes the issue where macOS-14 builds were creating modules with
cpython-310 tags instead of the correct cpython-312 tags
- Keep -DPYTHON_EXECUTABLE for backward compatibility with older pybind111 parent 9d39b88 commit 6b70c28
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments