This commit is contained in:
odrling 2019-12-28 21:31:18 +01:00
parent b820e3594b
commit 7cff9f3dd1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ image: Visual Studio 2019
install:
# Set paths to dependencies (based on architecture)
- cmd: PYTHON_ROOT=C:\python37-x64
- cmd: set PYTHON_ROOT=C:\python37-x64
# Add necessary paths to PATH variable
- cmd: set PATH=%cd%;%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PATH%
# Install meson and ninja