From f09a9aa99aa0a6216bb45d45c14127b9b5b26880 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sat, 20 Jul 2019 18:35:23 +0000 Subject: [PATCH] builder: add python3 to msys2 deps For ninja. Signed-off-by: Rafael Kitover --- tools/builder/core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builder/core.sh b/tools/builder/core.sh index 84111314d..a0bf4c24f 100644 --- a/tools/builder/core.sh +++ b/tools/builder/core.sh @@ -696,7 +696,7 @@ msys2_install_core_deps() { done # install - pacman --noconfirm --needed -S make tar patch diffutils ccache perl msys2-w32api-headers msys2-runtime-devel gcc gcc-libs mpfr windows-default-manifest python2 "$@" + pacman --noconfirm --needed -S make tar patch diffutils ccache perl msys2-w32api-headers msys2-runtime-devel gcc gcc-libs mpfr windows-default-manifest python python2 "$@" # make sure msys perl takes precedence over mingw perl if the latter is installed mkdir -p "$BUILD_ROOT/root/bin"