mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Fix armhf build
This commit is contained in:
parent
a132f7943e
commit
437f4c791e
@ -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…
Reference in New Issue
Block a user