Skip to content

build: Don't hard-code the path of python3

Instead of hard-coding the path of python3, which may fail on systems deciding to install python3 in a different location, use the common env trick to find it via PATH.

This fixes installation failure on FreeBSD.

Running custom install script '/home/lantw44/gnome/source/gnome-sound-recorder/build-aux/meson_post_install.py /home/lantw44/gnome/devinstall/share /home/lantw44/gnome/devinstall/bin /home/lantw44/gnome/devinstall/share/org.gnome.SoundRecorder org.gnome.SoundRecorder'
Failed to run install script '/home/lantw44/gnome/source/gnome-sound-recorder/build-aux/meson_post_install.py /home/lantw44/gnome/devinstall/share /home/lantw44/gnome/devinstall/bin /home/lantw44/gnome/devinstall/share/org.gnome.SoundRecorder org.gnome.SoundRecorder'
FAILED: meson-install 

Merge request reports