mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
Fix armhf tests
This commit is contained in:
parent
437f4c791e
commit
ed41041342
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue