environment/build-style/cargo.sh: use rust build_helper
This commit is contained in:
parent
b287b66c83
commit
6e0a917d01
1 changed files with 1 additions and 7 deletions
|
@ -4,10 +4,4 @@ if [ "$CROSS_BUILD" ]; then
|
|||
makedepends+=" rust-std"
|
||||
fi
|
||||
|
||||
export PKG_CONFIG_ALLOW_CROSS=1
|
||||
|
||||
export LIBGIT2_SYS_USE_PKG_CONFIG=1
|
||||
export GETTEXT_BIN_DIR=/usr/bin
|
||||
export GETTEXT_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib/gettext"
|
||||
export GETTEXT_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
|
||||
export LIBSSH2_SYS_USE_PKG_CONFIG=1
|
||||
build_helper+=" rust"
|
||||
|
|
Loading…
Reference in a new issue