builder: add python3 to msys2 deps
For ninja. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
2fcad3f813
commit
f09a9aa99a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue