mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Move linking arguments in cross-wine.conf
Putting these in [properties] has been deprecated as of Meson 0.56.0.
This commit is contained in:
+3
-1
@@ -7,6 +7,9 @@ strip = 'strip'
|
|||||||
pkgconfig = 'pkg-config'
|
pkgconfig = 'pkg-config'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
|
needs_exe_wrapper = true
|
||||||
|
|
||||||
|
[built-in options]
|
||||||
# Instead of specifying the target architecture below, we'll do this directly in
|
# Instead of specifying the target architecture below, we'll do this directly in
|
||||||
# the meson.build file. By setting the `-m64` flags there (or `-m32`), we can
|
# the meson.build file. By setting the `-m64` flags there (or `-m32`), we can
|
||||||
# build both the regular 64-bit version of the host application and the 32-bit
|
# build both the regular 64-bit version of the host application and the 32-bit
|
||||||
@@ -15,7 +18,6 @@ pkgconfig = 'pkg-config'
|
|||||||
# cross compiling to multiple targets at once.
|
# cross compiling to multiple targets at once.
|
||||||
# https://github.com/mesonbuild/meson/issues/5125
|
# https://github.com/mesonbuild/meson/issues/5125
|
||||||
cpp_link_args = ['-mwindows']
|
cpp_link_args = ['-mwindows']
|
||||||
needs_exe_wrapper = true
|
|
||||||
|
|
||||||
# For instance, this should be in the 64-bit only cross-file
|
# For instance, this should be in the 64-bit only cross-file
|
||||||
# c_args = ['-m64']
|
# c_args = ['-m64']
|
||||||
|
|||||||
Reference in New Issue
Block a user