mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
414 stars 108 forks source link

Call waf with python3 everywhere #149

Closed knapsu closed 3 years ago

knapsu commented 3 years ago

This patch ensures Waf is called with Python 3 in all scripts and fixes issue #148

Commit abc1380522f81223d09c19f2ad378948f80a9e2b on older Ubuntu versions results in "waf configure" being run with Python 2 and "waf build" being run with Python 3.

sfan5 commented 3 years ago

Thanks for providing this fix. Weird though how I didn't catch this because I did test my commit.