common/build-helper/meson: pass target to bindgen

This commit is contained in:
classabbyamp 2023-11-30 20:08:32 -05:00 committed by classabbyamp
parent 00cd7eccdf
commit 585515f423

View file

@ -74,6 +74,7 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
[properties]
needs_exe_wrapper = true
bindgen_clang_arguments = ['-target', '${XBPS_CROSS_TRIPLET}']
[host_machine]
system = 'linux'