Revert "Merge branch 'master' of https://github.com/86Box/86Box"

This reverts commit efb79217f2, reversing
changes made to 351db812e0.
This commit is contained in:
David Hrdlička
2022-02-18 21:42:05 +01:00
parent 08c8a02f28
commit 76fbaa4b8c
17 changed files with 155 additions and 71 deletions

View File

@@ -64,6 +64,7 @@ AppDir:
- usr/lib/cmake
- usr/lib/pkgconfig
- usr/sbin
- usr/share/aclocal
- usr/share/alsa
- usr/share/apport
- usr/share/bug

View File

@@ -232,7 +232,7 @@ else
then
pkgs="$pkgs build-essential"
else
sudo dpkg --add-architecture $arch_deb
sudo dpkg --add-architecture "$arch_deb"
pkgs="$pkgs crossbuild-essential-$arch_deb"
fi