summaryrefslogtreecommitdiffstats
path: root/development/racer
diff options
context:
space:
mode:
Diffstat (limited to 'development/racer')
-rw-r--r--development/racer/racer.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/development/racer/racer.SlackBuild b/development/racer/racer.SlackBuild
index 3efa0fdb48..2c15161b86 100644
--- a/development/racer/racer.SlackBuild
+++ b/development/racer/racer.SlackBuild
@@ -153,6 +153,7 @@ if ! rustup toolchain list | grep "$RUST_NIGHTLY" > /dev/null 2>&1 ; then
fi
PATH="$(pwd)/rustup-bin:$PATH" \
+CARGO_HOME=.cargo \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
rustup run "$RUST_NIGHTLY" cargo build --release $CARGOTARGET