Browse Source

CI: Install wine32 fir win32 build

tags/2020-12-27
falkTX 3 years ago
parent
commit
37f22a1bd0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis/install.sh

+ 1
- 1
.travis/install.sh View File

@@ -19,7 +19,7 @@ if [ "${TARGET}" = "linux" ]; then
lilv-utils lv2lint kxstudio-lv2-extensions lv2-dev

elif [ "${TARGET}" = "win32" ]; then
sudo apt-get install -y mingw-w64 binutils-mingw-w64-i686 g++-mingw-w64-i686 wine-stable
sudo apt-get install -y mingw-w64 binutils-mingw-w64-i686 g++-mingw-w64-i686 wine-stable wine32

elif [ "${TARGET}" = "win64" ]; then
sudo apt-get install -y mingw-w64 binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 wine-stable


Loading…
Cancel
Save