mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
Fix armhf build
This commit is contained in:
parent
a132f7943e
commit
437f4c791e
@ -18,18 +18,15 @@ build_sysroot() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if [ "$ARCH" = Linux ]; then
|
if [ "$ARCH" = Linux ]; then
|
||||||
|
build_sysroot Amd64
|
||||||
case "$target_cpu" in
|
case "$target_cpu" in
|
||||||
arm64)
|
arm64)
|
||||||
build_sysroot Amd64
|
|
||||||
build_sysroot ARM64
|
build_sysroot ARM64
|
||||||
;;
|
;;
|
||||||
arm)
|
arm)
|
||||||
build_sysroot I386
|
build_sysroot I386
|
||||||
build_sysroot ARM
|
build_sysroot ARM
|
||||||
;;
|
;;
|
||||||
*)
|
|
||||||
build_sysroot Amd64
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user