mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-28 08:16:09 +03:00
Update get-clang.sh sysroot
This commit is contained in:
parent
5525e20bda
commit
da2367647e
@ -8,6 +8,11 @@ case "$ARCH" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
build_sysroot() {
|
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"
|
./build/linux/sysroot_scripts/sysroot-creator-sid-naive.sh "BuildSysroot$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user