diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-29 08:54:55 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-29 08:54:55 +0200 |
commit | 0735daf3c905c2758aa89dff02570789804b9e8f (patch) | |
tree | cf959c3b82b9d01cfcdc764c522125655dc82b84 | |
parent | 3e0483df2d7c9d95ae633a03e792b65455cf0d1b (diff) | |
download | libquotient-0735daf3c905c2758aa89dff02570789804b9e8f.tar.gz libquotient-0735daf3c905c2758aa89dff02570789804b9e8f.zip |
.appveyor.yml: And another typo fix
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 01891ed8..e0bf14a7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,7 +5,7 @@ environment: matrix: - QTDIR: C:\Qt\5.9\msvc2017_64 # Oldest supported Qt, 64-bit VCVARS: "vcvars64.bat" - PLATFORM: x86 + PLATFORM: - QTDIR: C:\Qt\5.13\msvc2017 # Fresh Qt, 32-bit VCVARS: "vcvars32.bat" PLATFORM: x86 |