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 ae9ca09 commit 846d386Copy full SHA for 846d386
src/ci/scripts/install-msys2-packages.sh
@@ -6,7 +6,8 @@ IFS=$'\n\t'
6
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
7
8
if isWindows; then
9
- pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar
+ pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar \
10
+ binutils
11
12
# Make sure we use the native python interpreter instead of some msys equivalent
13
# one way or another. The msys interpreters seem to have weird path conversions
0 commit comments