Commit Graph

4 Commits

Author SHA1 Message Date
Davide Beatrici
63280fc764
python.pri: Correct typo "unble" to "unable" 2017-01-22 23:20:38 +01:00
Mikkel Krautz
0c14aae6db python.pri: detect missing 'which' command and try to recover.
Previously, the python.pri helper would try to query which python
binary on the system to use via the 'which' command.

Some systems do not have which (some Docker-based CI systems,
for example).

We now detect the presence of 'which'. If it is not available,
we try to use 'python' as the Python command. We also print a
warning about 'which' not being available -- as well as a message
pointing users to the MUMBLE_PYTHON environment variable.

Fixes mumble-voip/mumble#2748
2017-01-22 09:45:55 +01:00
Mikkel Krautz
91ebb8b0b5 Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Mikkel Krautz
3283c43019 Add python.pri to detect the system's Python binary. Use it in mumble.pro. 2016-05-10 20:47:58 +02:00