]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/scripts/install-msys2-packages.sh
Make drop-glue take advantage of -Zshare-generics.
[rust.git] / src / ci / scripts / install-msys2-packages.sh
index 36d9202f7a2d30e61fb7f8c8afd6d6538d9fc8cb..843a2bf2d5e55a488e8c97ca952bb1ae0e9edc71 100755 (executable)
@@ -6,7 +6,8 @@ IFS=$'\n\t'
 source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
 
 if isWindows; then
-    pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar
+    pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar \
+        binutils
 
     # Make sure we use the native python interpreter instead of some msys equivalent
     # one way or another. The msys interpreters seem to have weird path conversions