Add a link to Meson's multiple cross builds issue

This commit is contained in:
Robbert van der Helm
2020-04-29 19:35:58 +02:00
parent e33f418206
commit 4e2b8345ab
+3
View File
@@ -9,8 +9,11 @@ strip = 'strip'
# (or `-m32`) in our meson.build to allow the 32-bit bitbridge to be built in # (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 # 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. # host application to ensure that they are always in sync.
# https://github.com/mesonbuild/meson/issues/5125
# c_args = ['-m64'] # c_args = ['-m64']
# cpp_args = ['-m64'] # cpp_args = ['-m64']
# cpp_link_args = ['-m64', '-mwindows'] # cpp_link_args = ['-m64', '-mwindows']
cpp_link_args = ['-mwindows'] cpp_link_args = ['-mwindows']
needs_exe_wrapper = true needs_exe_wrapper = true