From 3fd986c8ed344aa7a31519f9fd3a4bea24b66442 Mon Sep 17 00:00:00 2001 From: btwiuse <54848194+btwiuse@users.noreply.github.com> Date: Sat, 2 Nov 2019 19:40:22 +0800 Subject: [PATCH] Fix x86 build --- src/get-clang.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/get-clang.sh b/src/get-clang.sh index 6856b8bae0..885c3a2e6f 100755 --- a/src/get-clang.sh +++ b/src/get-clang.sh @@ -27,6 +27,9 @@ if [ "$ARCH" = Linux ]; then build_sysroot I386 build_sysroot ARM ;; + x86) + build_sysroot I386 + ;; esac fi