Searched refs:BINDGEN (Results 1 – 3 of 3) sorted by relevance
74 if ! command -v "$BINDGEN" >/dev/null; then76 echo >&2 "*** Rust bindings generator '$BINDGEN' could not be found."131 LC_ALL=C "$BINDGEN" --version workaround-for-0.69.0 2>/dev/null160 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old."169 if ! "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_0_66.h >/dev/null; then171 echo >&2 "*** Rust bindings generator '$BINDGEN' versions 0.66.0 and 0.66.1 may not"186 LC_ALL=C "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_libclang.h 2>&1 >/dev/null190 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"210 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"223 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN') is too old."[all …]
523 BINDGEN = bindgen macro616 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN
2041 default "$(shell,$(BINDGEN) --version workaround-for-0.69.0 2>/dev/null)"