From 1b1a502d6db7aaff0ff986337f33a39f0a57e531 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 23 Jan 2023 10:23:45 +0100 Subject: meson: set needs_exe_wrapper again to true --- package/meson/src/cross-compilation.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/meson/src/cross-compilation.conf.in b/package/meson/src/cross-compilation.conf.in index 6ee58950e..eb14312bc 100644 --- a/package/meson/src/cross-compilation.conf.in +++ b/package/meson/src/cross-compilation.conf.in @@ -15,7 +15,7 @@ c_args = [@TARGET_CFLAGS@] c_link_args = [@TARGET_LDFLAGS@] cpp_args = [@TARGET_CXXFLAGS@] cpp_link_args = [@TARGET_LDFLAGS@] -needs_exe_wrapper = false +needs_exe_wrapper = true [host_machine] system = 'linux' -- cgit v1.2.3