diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-12-31 20:43:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 20:43:02 +0100 |
commit | 959b26309319a199cf70fe362d360d11fe38b19a (patch) | |
tree | 6b57d2f732c5713d15889c9888b4bdde7582c69c /appveyor.yml | |
parent | Command Blocks: fix a crash (diff) | |
download | cuberite-959b26309319a199cf70fe362d360d11fe38b19a.tar cuberite-959b26309319a199cf70fe362d360d11fe38b19a.tar.gz cuberite-959b26309319a199cf70fe362d360d11fe38b19a.tar.bz2 cuberite-959b26309319a199cf70fe362d360d11fe38b19a.tar.lz cuberite-959b26309319a199cf70fe362d360d11fe38b19a.tar.xz cuberite-959b26309319a199cf70fe362d360d11fe38b19a.tar.zst cuberite-959b26309319a199cf70fe362d360d11fe38b19a.zip |
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index ac6ef7c1a..b4c18f32f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -70,7 +70,7 @@ for: - job_name: Windows-x86 before_build: - - cmake -G "Visual Studio 16 2019" .. + - cmake -G "Visual Studio 16 2019" -A "Win32" .. ################################ # Windows 64-bit release build # |