summaryrefslogtreecommitdiff
path: root/package/meson/src/cross-compilation.conf.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-12 18:16:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-19 03:47:13 +0100
commitc4012542401ce202e5e4d61ebcbb38fc875d19a4 (patch)
treec90e83fd4d3e8458e38d9edf1c1b9cfc28dc49e5 /package/meson/src/cross-compilation.conf.in
parentcee21cdad9a4686842ccb54ef3b4485dcb4ab1f7 (diff)
weston: update to 11.0.0, update dependencies
Diffstat (limited to 'package/meson/src/cross-compilation.conf.in')
-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 eb14312bc..6ee58950e 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 = true
+needs_exe_wrapper = false
[host_machine]
system = 'linux'