2018-09-16 21:39:23 +02:00
|
|
|
hostmakedepends+=" cargo"
|
|
|
|
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
2018-10-15 22:45:50 +02:00
|
|
|
makedepends+=" rust-std"
|
2018-09-16 21:39:23 +02:00
|
|
|
fi
|
|
|
|
|
|
|
|
# Use the config we set in do_configure
|
|
|
|
export CARGO_HOME="$wrksrc/.cargo"
|
|
|
|
|
|
|
|
export PKG_CONFIG_ALLOW_CROSS=1
|