Update get-clang.sh sysroot

This commit is contained in:
klzgrad 2021-02-28 22:29:09 +08:00
parent 5525e20bda
commit da2367647e

View File

@ -8,6 +8,11 @@ case "$ARCH" in
esac
build_sysroot() {
. ./get-sysroot.sh
sysroot=$(get_sysroot)
if [ -d $sysroot/lib ]; then
return
fi
./build/linux/sysroot_scripts/sysroot-creator-sid-naive.sh "BuildSysroot$1"
}