mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
Fix x86 build
This commit is contained in:
parent
24cf56c087
commit
3fd986c8ed
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ if [ "$ARCH" = Linux ]; then
|
|||
build_sysroot I386
|
||||
build_sysroot ARM
|
||||
;;
|
||||
x86)
|
||||
build_sysroot I386
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue