diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-28 22:45:55 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-28 22:45:55 +0200 |
commit | 3e0483df2d7c9d95ae633a03e792b65455cf0d1b (patch) | |
tree | 3daeabb5367bf2dbb857864546d2333f73cd409e | |
parent | ab61344a34fea54d540afbff875abe92d68cf529 (diff) | |
download | libquotient-3e0483df2d7c9d95ae633a03e792b65455cf0d1b.tar.gz libquotient-3e0483df2d7c9d95ae633a03e792b65455cf0d1b.zip |
.appveyor.yml: typo fix
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f6c04580..01891ed8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,7 +4,7 @@ environment: CMAKE_ARGS: '-G "NMake Makefiles JOM" -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo' matrix: - QTDIR: C:\Qt\5.9\msvc2017_64 # Oldest supported Qt, 64-bit - VCVARS: "vcvars32.bat" + VCVARS: "vcvars64.bat" PLATFORM: x86 - QTDIR: C:\Qt\5.13\msvc2017 # Fresh Qt, 32-bit VCVARS: "vcvars32.bat" |