We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1f4e2 commit 69b64d4Copy full SHA for 69b64d4
build-windows.sh
@@ -49,10 +49,7 @@ collect() {
49
cp -af rust-out out
50
cd out
51
52
- # Remove unused files
53
find . -name '*.old' -delete
54
- rm -rf lib/rustlib/$TRIPLE/bin/*
55
-
56
cp -af ../rust/build/$TRIPLE/llvm/bin llvm-bin || true
57
cp -an ../rust/build/$TRIPLE/llvm/bin/. llvm-bin/.
58
cp -af ../rust/build/tmp/dist/lib/rustlib/. lib/rustlib/.
0 commit comments