CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/10/28 11:05:18
Modified files:
devel/cmake : cmake.port.mk
Log message:
Improve python version detection when multiple versions are installed
Add Python${MODPY_MAJOR_VERSION}_{EXECUTABLE,LIBRARY_DIRS,INCLUDE_DIR}
to help CMake to detect the correct python ports version.
OK tb@, discovered in an aarch64 bulk build with Python 3.10 installed at the
time of build.
