mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
Fix armhf build
This commit is contained in:
parent
a132f7943e
commit
437f4c791e
1 changed files with 1 additions and 4 deletions
|
@ -18,18 +18,15 @@ build_sysroot() {
|
|||
}
|
||||
|
||||
if [ "$ARCH" = Linux ]; then
|
||||
build_sysroot Amd64
|
||||
case "$target_cpu" in
|
||||
arm64)
|
||||
build_sysroot Amd64
|
||||
build_sysroot ARM64
|
||||
;;
|
||||
arm)
|
||||
build_sysroot I386
|
||||
build_sysroot ARM
|
||||
;;
|
||||
*)
|
||||
build_sysroot Amd64
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue