Merge pull request #18944 from akien-mga/appveyor-pip
Fix scons installation on AppVeyor
This commit is contained in:
commit
8998e5bdbc
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ cache:
|
|||
|
||||
install:
|
||||
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||
- pip install --egg scons # it will fail on AppVeyor without --egg flag
|
||||
- pip install -U wheel # needed for pip install scons to work, otherwise a flag is missing
|
||||
- pip install scons
|
||||
- if defined VS call "%VS%" %ARCH% # if defined - so we can also use mingw
|
||||
|
||||
before_build:
|
||||
|
|
Loading…
Reference in a new issue