Fix the alsa-lib version to v1.2.12 (#1048)

This commit is contained in:
Fangjun Kuang
2024-06-23 20:20:38 +08:00
committed by GitHub
parent 7a663afb76
commit 6b7ced2317
7 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ cd $dir
if [ ! -f alsa-lib/src/.libs/libasound.so ]; then
echo "Start to cross-compile alsa-lib"
if [ ! -d alsa-lib ]; then
git clone --depth 1 https://github.com/alsa-project/alsa-lib
git clone --depth 1 --branch v1.2.12 https://github.com/alsa-project/alsa-lib
fi
# If it shows:
# ./gitcompile: line 79: libtoolize: command not found