From 5a25d5016892790acb08883a33ec21b1724a96c8 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Tue, 11 Jul 2017 18:51:52 +0300 Subject: [PATCH] Add more dependencies, everything can be compiled now --- util/msys2_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/msys2_install.sh b/util/msys2_install.sh index 85f4e5f6cec..de03b89ac40 100644 --- a/util/msys2_install.sh +++ b/util/msys2_install.sh @@ -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"