From 43e68319fabb4f55071618e2a40ec534f4fbe9bc Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sun, 18 Aug 2019 11:30:13 +0200 Subject: Rustup to rustc 1.39.0-nightly (2111aed0a 2019-08-17) --- build_sysroot/build_sysroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_sysroot/build_sysroot.sh') diff --git a/build_sysroot/build_sysroot.sh b/build_sysroot/build_sysroot.sh index c37dd5104a8..5b3ea291e77 100755 --- a/build_sysroot/build_sysroot.sh +++ b/build_sysroot/build_sysroot.sh @@ -28,7 +28,7 @@ fi # Copy files to sysroot mkdir -p sysroot/lib/rustlib/$TARGET_TRIPLE/lib/ -cp target/$TARGET_TRIPLE/$sysroot_channel/deps/* sysroot/lib/rustlib/$TARGET_TRIPLE/lib/ +cp -r target/$TARGET_TRIPLE/$sysroot_channel/deps/* sysroot/lib/rustlib/$TARGET_TRIPLE/lib/ if [[ "$1" == "--release" ]]; then channel='release' @@ -39,4 +39,4 @@ else fi # Copy files to sysroot -cp sysroot_src/src/libtest/target/$TARGET_TRIPLE/$sysroot_channel/deps/* sysroot/lib/rustlib/$TARGET_TRIPLE/lib/ +cp -r sysroot_src/src/libtest/target/$TARGET_TRIPLE/$sysroot_channel/deps/* sysroot/lib/rustlib/$TARGET_TRIPLE/lib/ -- cgit 1.4.1-3-g733a5