Skip to content

Use meson's python3 module to find python3 and fix exec bits on to-be-installed binaries

Cédric Bellegarde requested to merge badshah400:master into master

Created by: badshah400

Use meson's python3 module to locate python binary

The previous method using dependency() used pkg-config to typically locate python-devel, which is not really needed, rather than the python binary itself. Solves #1151 (closed).

Exec perms on files configured to become binaries

Setting executive permissions on the *.in files set to be configured for installation as binaries, ensures that the final binaries themselves are also executable. Solves #1148 (closed).

Merge request reports