mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Fix armhf tests
This commit is contained in:
parent
437f4c791e
commit
ed41041342
@ -3,7 +3,7 @@
|
||||
[ "$1" ] || exit 1
|
||||
naive="$1"
|
||||
eval "$EXTRA_FLAGS"
|
||||
if [ "$use_sysroot" = true ]; then
|
||||
if [ "$(uname)" = Linux ]; then
|
||||
case "$target_cpu" in
|
||||
arm64) naive="qemu-aarch64 -L src/build/linux/debian_sid_arm64-sysroot $naive";;
|
||||
arm) naive="qemu-arm -L src/build/linux/debian_sid_arm-sysroot $naive";;
|
||||
|
Loading…
Reference in New Issue
Block a user