summaryrefslogtreecommitdiff
path: root/util/msys2_install.sh
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2019-05-20 15:49:50 +0900
committerGitHub <noreply@github.com>2019-05-20 15:49:50 +0900
commit09e6b949274fcb83de23792a02033cdeabec4d74 (patch)
treebc51a7453fe1979df04e40d13aa77ce5a47f5a97 /util/msys2_install.sh
parent0cce8cbab0bc2cf5b4d07ca0918af3ec37fac8f6 (diff)
parent75eb50945246d2522c00c28159e32b6aaecd14e2 (diff)
Merge pull request #48 from zsa/add_python
Make python a required build dependency (#5784)
Diffstat (limited to 'util/msys2_install.sh')
-rwxr-xr-xutil/msys2_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh
index fcb4882494..bcb628ab21 100755
--- 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 base-devel msys/git mingw-w64-x86_64-toolchain
+pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/git msys/p7zip msys/python3 msys/unzip
source "$dir/win_shared_install.sh"