From f8a0ab75712b7d7cdf16ad9db33ce95ded11054c Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 23 Dec 2022 13:33:12 +0300 Subject: [PATCH] rust --- programming/language/rust/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/rust/actions.py b/programming/language/rust/actions.py index d225fc99ea..c05a88dba2 100755 --- a/programming/language/rust/actions.py +++ b/programming/language/rust/actions.py @@ -31,7 +31,7 @@ def build(): #İkinci aşamada bu satırlar da yoruma çevrilecek. #At phase 2, these lines also will be commented out. shelltools.cd(RustBinDir) - shelltools.system("./install.sh --prefix=%s --without=rust-docs" %RustcDir) + shelltools.system("./install.sh --prefix=%s" %RustcDir) shelltools.cd("..") pisitools.dosed("config.toml", "/usr/bin/cargo", RustcDir+"/bin/cargo") pisitools.dosed("config.toml", "/usr/bin/rustc", RustcDir+"/bin/rustc")