From 0bba29629511fd985c5d0a9f7f65d1133e9bd855 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Thu, 30 Dec 2021 21:40:23 +0900 Subject: [PATCH] add gcc-multilib to ubuntu dependencies --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 637cafe50d..7b5c17d461 100755 --- a/install.sh +++ b/install.sh @@ -51,7 +51,7 @@ if cat /etc/os-release | grep -E 'ID=debian|ID_LIKE=(.*)debian' &> /dev/null; th # Add i386 arch for wine32 # sudo dpkg --add-architecture i386 - ${SUDO} apt install -y git python3 python3-pip python3-setuptools build-essential binutils-mips-linux-gnu zlib1g-dev libyaml-dev ninja-build cpp-mips-linux-gnu || exit 1 + ${SUDO} apt install -y git python3 python3-pip python3-setuptools build-essential binutils-mips-linux-gnu zlib1g-dev libyaml-dev ninja-build cpp-mips-linux-gnu gcc-multilib|| exit 1 python3 -m pip install -U -r requirements.txt if [[ $1 == "--extra" ]]; then