Experiment backporting mingw
This commit is contained in:
parent
c459ab94d0
commit
477448f3c9
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -241,6 +241,7 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo add-apt-repository -y ppa:cybermax-dexter/mingw-w64-backport
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -yqq binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
|
sudo apt-get install -yqq binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
|
||||||
|
|
@ -250,9 +251,9 @@ jobs:
|
||||||
CXX: i686-w64-mingw32-g++
|
CXX: i686-w64-mingw32-g++
|
||||||
EXE_WRAPPER: wine
|
EXE_WRAPPER: wine
|
||||||
PKG_CONFIG: "false"
|
PKG_CONFIG: "false"
|
||||||
#WINEARCH: "win32"
|
WINEARCH: "win32"
|
||||||
#WINEDEBUG: "-all"
|
WINEDEBUG: "-all"
|
||||||
#WINEDLLOVERRIDES: "mscoree,mshtml="
|
WINEDLLOVERRIDES: "mscoree,mshtml="
|
||||||
run: |
|
run: |
|
||||||
make features
|
make features
|
||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue