diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-07-18 17:29:41 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2023-07-18 21:58:58 -0400 |
commit | d048bbfbe7c3d287e9b1e61c39313862caf9fd52 (patch) | |
tree | 73250eb620e7e2a0a3c45aa1e65b22e234e2f65d /cross/linux-mingw-w64-64bit.txt | |
parent | 6894bb5a30a05dbd9d30eb4ce5720f6c2a7df83d (diff) | |
download | meson-d048bbfbe7c3d287e9b1e61c39313862caf9fd52.zip meson-d048bbfbe7c3d287e9b1e61c39313862caf9fd52.tar.gz meson-d048bbfbe7c3d287e9b1e61c39313862caf9fd52.tar.bz2 |
CI: change ubuntu cross exe_wrapper to un-suffixed wine
wine64 used to be the way to run a 64-bit wineserver. It was removed due
to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029536 despite
that bug report being about a bug in an unrelated symlink -- apparently
there's no recommended solution to starting a specific bitness of wine
on demand. The automagic `wine` I believe creates a wineprefix with
both, which is... probably not exactly efficient here? But whatever, not
worth fighting it. Just get this more or less working again.
Diffstat (limited to 'cross/linux-mingw-w64-64bit.txt')
-rw-r--r-- | cross/linux-mingw-w64-64bit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/linux-mingw-w64-64bit.txt b/cross/linux-mingw-w64-64bit.txt index f49fb35..7403803 100644 --- a/cross/linux-mingw-w64-64bit.txt +++ b/cross/linux-mingw-w64-64bit.txt @@ -6,7 +6,7 @@ ar = '/usr/bin/x86_64-w64-mingw32-ar' strip = '/usr/bin/x86_64-w64-mingw32-strip' pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config' windres = '/usr/bin/x86_64-w64-mingw32-windres' -exe_wrapper = 'wine64' +exe_wrapper = 'wine' cmake = '/usr/bin/cmake' [properties] |