mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
Update get-clang.sh sysroot
This commit is contained in:
parent
5525e20bda
commit
da2367647e
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue