summaryrefslogtreecommitdiffstats
path: root/package/rust-bin/rust-bin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/rust-bin/rust-bin.mk')
-rw-r--r--package/rust-bin/rust-bin.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/rust-bin/rust-bin.mk b/package/rust-bin/rust-bin.mk
index b57849093d..e10dbcebd0 100644
--- a/package/rust-bin/rust-bin.mk
+++ b/package/rust-bin/rust-bin.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RUST_BIN_VERSION = 1.23.0
+RUST_BIN_VERSION = 1.25.0
RUST_BIN_SITE = https://static.rust-lang.org/dist
RUST_BIN_LICENSE = Apache-2.0 or MIT
RUST_BIN_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
@@ -25,8 +25,8 @@ define HOST_RUST_BIN_LIBSTD_EXTRACT
$(call suitable-extractor,$(f)) $(HOST_RUST_BIN_DL_DIR)/$(f) | \
$(TAR) -C $(@D)/std $(TAR_OPTIONS) -
)
- cd $(@D)/rustc/lib/rustlib; \
- ln -sf ../../../std/$(HOST_RUST_BIN_LIBSTD_HOST_PREFIX)/lib/rustlib/$(RUSTC_HOST_NAME)
+ cd $(@D)/rustc/lib/rustlib/$(RUSTC_HOST_NAME); \
+ ln -sf ../../../../std/$(HOST_RUST_BIN_LIBSTD_HOST_PREFIX)/lib/rustlib/$(RUSTC_HOST_NAME)/lib
endef
HOST_RUST_BIN_POST_EXTRACT_HOOKS += HOST_RUST_BIN_LIBSTD_EXTRACT
OpenPOWER on IntegriCloud