mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/rust: Fix build with local bootstrap.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
48ba2acbdb
commit
b03caffae0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue