mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 00:10:10 +01:00
appveyor: Install pywin32 extensions.
AppVeyor build images seem to have been upgraded to Python 2.7.12, but no longer have pywin32 pre-installed.
This commit is contained in:
parent
33b3815773
commit
16627fc87d
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ install:
|
|||
- python -m pip --version
|
||||
# Install Mako
|
||||
- python -m pip install --egg Mako
|
||||
# Install pywin32 extensions, needed by SCons
|
||||
- python -m pip install pypiwin32
|
||||
# Install SCons
|
||||
- python -m pip install --egg scons==2.4.1
|
||||
- scons --version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue