development/rust: Fix build with local bootstrap.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2017-06-16 07:14:43 +07:00 committed by Willy Sudiarto Raharjo
parent 48ba2acbdb
commit b03caffae0

View file

@ -123,9 +123,9 @@ export CXX=clang++
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
python x.py build --verbose
python x.py build
python x.py dist --verbose
python x.py dist
for dist in rustc rust-std rust-docs ; do
mkdir unpack