Revision b02f3872d058bbb70b431c259bd589ef5e35516c authored by Marc Chevrier on 30 July 2023, 14:54:47 UTC, committed by Brad King on 31 July 2023, 19:00:44 UTC
Debian based distributions have a buggy sysconfig package.
So, rely on distutils.sysconfig if python version is less than 3.10.

Fixes: #25135
1 parent 094b98a
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top