From 4e2b8345ab3c66b97069df3c75343a20ce20fbec Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 29 Apr 2020 19:35:58 +0200 Subject: [PATCH] Add a link to Meson's multiple cross builds issue --- cross-wine.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cross-wine.conf b/cross-wine.conf index 2253803c..87b6dc4f 100644 --- a/cross-wine.conf +++ b/cross-wine.conf @@ -9,8 +9,11 @@ strip = 'strip' # (or `-m32`) in our meson.build to allow the 32-bit bitbridge to be built in # the same build directory as the plugin and the regular 64-bit version of the # host application to ensure that they are always in sync. +# https://github.com/mesonbuild/meson/issues/5125 + # c_args = ['-m64'] # cpp_args = ['-m64'] # cpp_link_args = ['-m64', '-mwindows'] + cpp_link_args = ['-mwindows'] needs_exe_wrapper = true