Skip to content

Commit

Permalink
builder: add python3 to msys2 deps
Browse files Browse the repository at this point in the history
For ninja.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
  • Loading branch information
rkitover committed Jul 20, 2019
1 parent 2fcad3f commit f09a9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/builder/core.sh
Expand Up @@ -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"
Expand Down

0 comments on commit f09a9aa

Please sign in to comment.