diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-06-16 07:14:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-16 07:14:43 +0700 |
commit | b03caffae0320758fc34914bb7cc393697e02827 (patch) | |
tree | 4fc02dde0cd32327c6c0b168da3dc8987e577566 | |
parent | 48ba2acbdb8921f284ab993c680bf4127543b096 (diff) | |
download | slackbuilds-b03caffae0320758fc34914bb7cc393697e02827.tar.gz |
development/rust: Fix build with local bootstrap.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/rust/rust.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/rust/rust.SlackBuild b/development/rust/rust.SlackBuild index 013687ee39..34be29f258 100644 --- a/development/rust/rust.SlackBuild +++ b/development/rust/rust.SlackBuild @@ -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 |