mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
common/build-helper/meson: pass target to bindgen
This commit is contained in:
parent
00cd7eccdf
commit
585515f423
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
needs_exe_wrapper = true
|
needs_exe_wrapper = true
|
||||||
|
bindgen_clang_arguments = ['-target', '${XBPS_CROSS_TRIPLET}']
|
||||||
|
|
||||||
[host_machine]
|
[host_machine]
|
||||||
system = 'linux'
|
system = 'linux'
|
||||||
|
|
Loading…
Add table
Reference in a new issue