The source project of this merge request has been removed.
meson: unbreak -Dcsound=enabled without python3 symlink
Downstream may want to avoid Python symlinks for better reproducibility.
$ meson setup -Dcsound=enabled _build
[...]
Program python found: NO
meson.build:85:2: ERROR: python3 not found
$ python --version
sh: python: not found
$ python3 --version
sh: python3: not found
$ sed -n 1p $(which meson)
#!/usr/local/bin/python3.10
$ python3.10 --version
Python 3.10.0rc1
Edited by Jan Beich