mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-28 00:06:09 +03:00
Fix x86 build
This commit is contained in:
parent
24cf56c087
commit
3fd986c8ed
@ -27,6 +27,9 @@ if [ "$ARCH" = Linux ]; then
|
||||
build_sysroot I386
|
||||
build_sysroot ARM
|
||||
;;
|
||||
x86)
|
||||
build_sysroot I386
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user