From 3116dfede7e37088930227ff344c87ebd7fbd0bd Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 31 Mar 2020 10:58:03 +0200 Subject: [PATCH] msys2: add package mingw-w64-i686-gcc for installing python packages --- tools/windows/windows_install_prerequisites.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/windows/windows_install_prerequisites.sh b/tools/windows/windows_install_prerequisites.sh index 83731e2e90..4d0451ae1e 100644 --- a/tools/windows/windows_install_prerequisites.sh +++ b/tools/windows/windows_install_prerequisites.sh @@ -34,7 +34,7 @@ set -e pacman --noconfirm -Syu # This step may require the terminal to be closed and restarted pacman --noconfirm -S --needed gettext-devel gcc git make ncurses-devel flex bison gperf vim \ - mingw-w64-i686-python-pip mingw-w64-i686-python-cryptography unzip winpty + mingw-w64-i686-python-pip mingw-w64-i686-python-cryptography unzip winpty mingw-w64-i686-gcc # if IDF_PATH is set, install requirements now as well if [ -n "$IDF_PATH" ]; then