Skip to content

Use sysconfig instead of distutils when building Python

Duncan Macleod requested to merge duncanmmacleod/Fr:python-no-distutils into master

The Python standard library distutils module has been removed for Python 3.12, this MR patches the relevant CMakeLists.txt file to use sysconfig instead.

Merge request reports