summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-23 10:23:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-23 10:24:15 +0100
commit1b1a502d6db7aaff0ff986337f33a39f0a57e531 (patch)
tree3fa053668c27522e80e8dcccb9de0382d563ea43 /package
parentcba22897874f79b14601b90fad3f48efd60c9e13 (diff)
meson: set needs_exe_wrapper again to true
Diffstat (limited to 'package')
-rw-r--r--package/meson/src/cross-compilation.conf.in2
1 files changed, 1 insertions, 1 deletions
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'