mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-23 07:17:55 +00:00
remove verbose option from tar
This commit is contained in:
parent
f9c57cd364
commit
e236fb7bf6
|
@ -2,7 +2,7 @@
|
||||||
set -ex
|
set -ex
|
||||||
mkdir cmocka
|
mkdir cmocka
|
||||||
wget https://cmocka.org/files/1.1/cmocka-1.1.0.tar.xz -O /tmp/cmocka-1.1.0.tar.xz
|
wget https://cmocka.org/files/1.1/cmocka-1.1.0.tar.xz -O /tmp/cmocka-1.1.0.tar.xz
|
||||||
tar -xvf /tmp/cmocka-1.1.0.tar.xz -C /tmp
|
tar -xf /tmp/cmocka-1.1.0.tar.xz -C /tmp
|
||||||
cd cmocka && cmake /tmp/cmocka-1.1.0 && make
|
cd cmocka && cmake /tmp/cmocka-1.1.0 && make
|
||||||
# cmake builds an so instead of a dll in mingw/msys
|
# cmake builds an so instead of a dll in mingw/msys
|
||||||
if [[ ! -z $MSYSTEM ]]; then
|
if [[ ! -z $MSYSTEM ]]; then
|
||||||
|
|
Loading…
Reference in a new issue