fix?
This commit is contained in:
parent
55f7ad78e1
commit
e894bd51fe
|
@ -2,11 +2,11 @@
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
export OLDDIR=`pwd`
|
export OLDDIR=`pwd`
|
||||||
export PATH="/usr/lib/ccache:/usr/lib/ccache/bin:$PATH"
|
#export PATH="/usr/lib/ccache:/usr/lib/ccache/bin:$PATH"
|
||||||
|
|
||||||
export CFLAGS="-Os"
|
#export CFLAGS="-Os"
|
||||||
|
|
||||||
ccache -C12
|
ccache -C
|
||||||
|
|
||||||
|
|
||||||
rm -rf mpv-build
|
rm -rf mpv-build
|
||||||
|
|
Loading…
Reference in a new issue