rust.guncellendi
This commit is contained in:
parent
f6d7be0c45
commit
8a7cdf9fe2
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
||||||
# Depends on: libffi python jemalloc cmake ccache
|
# Depends on: libffi python jemalloc cmake ccache
|
||||||
|
|
||||||
name=rust
|
name=rust
|
||||||
version=1.13.0
|
version=1.16.0
|
||||||
release=1
|
release=1
|
||||||
source=(http://static.rust-lang.org/dist/rustc-$version-src.tar.gz)
|
source=(http://static.rust-lang.org/dist/rustc-$version-src.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd rustc-$version
|
cd rustc-$version-src
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--release-channel=stable \
|
--release-channel=stable \
|
||||||
|
|
Loading…
Add table
Reference in a new issue