Fix x86 build

This commit is contained in:
btwiuse 2019-11-02 19:40:22 +08:00 committed by klzgrad
parent 24cf56c087
commit 3fd986c8ed

View File

@ -27,6 +27,9 @@ if [ "$ARCH" = Linux ]; then
build_sysroot I386
build_sysroot ARM
;;
x86)
build_sysroot I386
;;
esac
fi