1
0
Fork 0
This commit is contained in:
Kitteh 2018-10-23 14:11:29 +01:00
parent f4259e6270
commit 406abd552c

View file

@ -2,12 +2,9 @@
set -x
export OLDDIR=`pwd`
#export PATH="/usr/lib/ccache:/usr/lib/ccache/bin:$PATH"
#export CFLAGS="-Os"
ccache -C
export PATH="/usr/lib/ccache:/usr/lib/ccache/bin:$PATH"
export CFLAGS="-Os"
rm -rf mpv-build
git clone --depth 1 https://github.com/mpv-player/mpv-build mpv-build