Skip to content

Commit 69b64d4

Browse files
committed
Cleanup build-windows.sh
1 parent 1e1f4e2 commit 69b64d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build-windows.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ collect() {
4949
cp -af rust-out out
5050
cd out
5151

52-
# Remove unused files
5352
find . -name '*.old' -delete
54-
rm -rf lib/rustlib/$TRIPLE/bin/*
55-
5653
cp -af ../rust/build/$TRIPLE/llvm/bin llvm-bin || true
5754
cp -an ../rust/build/$TRIPLE/llvm/bin/. llvm-bin/.
5855
cp -af ../rust/build/tmp/dist/lib/rustlib/. lib/rustlib/.

0 commit comments

Comments
 (0)