void-packages/common/build-helper
classabbyamp 191bf2460d common/build-helper/rust.sh: fix cross for bindgen
When using a build.rs script to dynamically generate bindgen bindings
at build-time, it will run on the host, and by default bindgen will
generate bindings for the host arch/libc instead of the target.
To generate the bindings on cross, we need to use BINDGEN_EXTRA_CLANG_ARGS
to specify the proper sysroot and include path for the target.
These arguments are not used for anything other than bindgen's clang
invocation.
2022-03-14 08:08:30 +01:00
..
cmake-wxWidgets-gtk3.sh common/build-helper: pass a full path for native builds in cmake-wxWidgets-gtk3. 2021-03-06 11:52:06 -03:00
gir.sh python-gobject: remove package 2022-03-05 23:28:28 +01:00
numpy.sh build-helper/numpy: fix typo 2022-01-18 16:19:51 -03:00
qemu.sh common/build-helper/qemu.sh: add vtargetrun function. 2020-07-28 04:24:40 +00:00
qmake.sh build-helper/qmake.sh: always quote build flags 2021-11-15 08:54:14 +07:00
rust.sh common/build-helper/rust.sh: fix cross for bindgen 2022-03-14 08:08:30 +01:00