2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

mpv: fix build

This commit is contained in:
Dylan Araps 2019-08-05 08:33:30 +03:00
parent 762514623a
commit 27b839f713

View File

@ -7,8 +7,7 @@ python waf configure \
--confdir=/etc/mpv \
--enable-alsa \
--enable-libass \
--enable-libmpv-shared \
--enable-uchardet
--enable-libmpv-shared
python waf build
python waf install --destdir="$1"