Skip to content

Commit

Permalink
foo2
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Mar 9, 2024
1 parent 66a8f67 commit 69f20ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ install:
# Set paths to dependencies (based on architecture)
- cmd: if %arch%==x86 (set PYTHON_ROOT=C:\python312) else (set PYTHON_ROOT=C:\python312-x64)
- cmd: dir C:\Qt\5.15
- cmd: dir C:\Program Files\Microsoft Visual Studio
- cmd: dir C:\Program Files (x86)\Microsoft Visual Studio
- cmd: if %arch%==x86 (set QT_ROOT=C:\Qt\5.15\%compiler%) else (set QT_ROOT=C:\Qt\5.15\%compiler%_64)
# Print out dependency paths
Expand All @@ -28,7 +27,7 @@ install:
# Install meson
- cmd: pip install meson
# Set up the build environment
- cmd: if %compiler%==msvc2019 ( call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" %arch% )
- cmd: if %compiler%==msvc2019 ( call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" %arch% )

build_script:
- cmd: echo Building on %arch% with %compiler%
Expand Down

0 comments on commit 69f20ac

Please sign in to comment.