Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
#74 try rolling back mingw-w64-x86_64-binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
edbordin authored Mar 2, 2021
1 parent 9f7f4a0 commit 4887085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [ $ARCH == "windows_x86" ]; then
fi

if [ $ARCH == "windows_amd64" ]; then
pacman --noconfirm --needed -S git base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake \
pacman --noconfirm --needed -S git base-devel mingw-w64-x86_64-binutils-2.36-1 mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake \
mingw-w64-x86_64-boost mingw-w64-x86_64-eigen3 rsync unzip zip mingw-w64-x86_64-libftdi bison flex \
mingw-w64-x86_64-gcc-ada p7zip mingw-w64-x86_64-jsoncpp

Expand Down

0 comments on commit 4887085

Please sign in to comment.