From a1965af227c11f4dde5a7114352db3d24f0bc6a9 Mon Sep 17 00:00:00 2001 From: Gota7 Date: Sat, 23 Oct 2021 22:58:53 -0400 Subject: [PATCH] Fix building for Ubuntu, Debian & friends (#490) The greatest PR in the history of github. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a3052b1932..637cafe50d 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 || 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 || exit 1 python3 -m pip install -U -r requirements.txt if [[ $1 == "--extra" ]]; then