mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Update get-clang.sh sysroot
This commit is contained in:
parent
5525e20bda
commit
da2367647e
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user