Browse Source

Add more dependencies, everything can be compiled now

pull/1491/head
Fred Sundvik 6 years ago
parent
commit
5a25d50168
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      util/msys2_install.sh

+ 1
- 1
util/msys2_install.sh View File

@ -7,7 +7,7 @@ armtools=gcc-arm-none-eabi
installflip=false
echo "Installing dependencies needed for the installation (quazip)"
pacman --needed -S msys/unzip msys/p7zip
pacman --needed -S msys/unzip msys/p7zip base-devel msys/git mingw-w64-x86_64-toolchain
source "$dir/win_shared_install.sh"


Loading…
Cancel
Save