Moved C:\Python36\Scripts to the begging of PATH

Otherwise in the appveyor Windows build meson installed under
"C:\Program Files" is used.
This commit is contained in:
Veloman Yunkan 2020-04-06 23:53:28 +04:00
parent 3a03e9a8aa
commit a2aac46da9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '0.1.{build}'
environment:
EXTRA_DIR: 'C:\extra'
MINGW64_EXTRA_DIR: '/c/extra'
PATH: '%PATH%;%EXTRA_DIR%\bin;C:\\Python36\\Scripts;C:\\Program Files (x86)\\Windows Kits\\10\\bin\\%platform%'
PATH: 'C:\\Python36\\Scripts;%PATH%;%EXTRA_DIR%\bin;C:\\Program Files (x86)\\Windows Kits\\10\\bin\\%platform%'
PKG_CONFIG_PATH: '%EXTRA_DIR%\lib\pkgconfig'
MSYS2_PATH_TYPE: 'inherit'
MSYS2_ARG_CONV_EXCL: '-Tp'