diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 06:06:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 06:28:35 +0100 |
commit | cb5079ae8329b927921e5ad706174344878e2452 (patch) | |
tree | f50046881a6bd55ce2c58ce825322220b5f3b080 /package/meson/src | |
parent | 12734eac0ecac4d2f0ccbb1298842f0952322b59 (diff) |
meson: update to 1.3.1
Diffstat (limited to 'package/meson/src')
-rw-r--r-- | package/meson/src/cross-compilation.conf.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/meson/src/cross-compilation.conf.in b/package/meson/src/cross-compilation.conf.in index eb14312bc..24ef6ef53 100644 --- a/package/meson/src/cross-compilation.conf.in +++ b/package/meson/src/cross-compilation.conf.in @@ -8,13 +8,15 @@ c = '@TARGET_CROSS@gcc' cpp = '@TARGET_CROSS@g++' ar = '@TARGET_CROSS@ar' strip = '@TARGET_CROSS@strip' -pkgconfig = '@STAGING_HOST_DIR@/usr/bin/pkg-config' +pkg-config = '@STAGING_HOST_DIR@/usr/bin/pkg-config' -[properties] +[built-in options] c_args = [@TARGET_CFLAGS@] c_link_args = [@TARGET_LDFLAGS@] cpp_args = [@TARGET_CXXFLAGS@] cpp_link_args = [@TARGET_LDFLAGS@] + +[properties] needs_exe_wrapper = true [host_machine] |