Fix building for Ubuntu, Debian & friends (#490)

The greatest PR in the history of github.
This commit is contained in:
Gota7 2021-10-23 22:58:53 -04:00 committed by GitHub
parent 36ea2dab3d
commit a1965af227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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