Skip to content
Snippets Groups Projects
Verified Commit 7bc4d30f authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

Restore CARGO_HOME

parent 1b67f82c
No related branches found
Tags 45.0-1
No related merge requests found
......@@ -45,7 +45,10 @@ export CARGO_PROFILE_RELEASE_DEBUG=2
prepare() {
cd $pkgname
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
# Match CARGO_HOME in src/meson.build
CARGO_HOME="$srcdir/build/cargo-home" \
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment