diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-12 18:16:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-19 03:47:13 +0100 |
commit | c4012542401ce202e5e4d61ebcbb38fc875d19a4 (patch) | |
tree | c90e83fd4d3e8458e38d9edf1c1b9cfc28dc49e5 /package/meson/src | |
parent | cee21cdad9a4686842ccb54ef3b4485dcb4ab1f7 (diff) |
weston: update to 11.0.0, update dependencies
Diffstat (limited to 'package/meson/src')
-rw-r--r-- | package/meson/src/cross-compilation.conf.in | 2 |
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' |