From a8b5274bcdd0fe8f6bd9fa36261cebe1d0abcc33 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Sat, 27 Oct 2018 16:58:46 +1100 Subject: [PATCH] lets try again --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 88583242..6ae27132 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,7 +21,7 @@ before_build: - mkdir build - cd build - cmake .. -G "Visual Studio 15 2017" - - cmake --build . --target ALL_BUILD --config Debug + - cmake --build . --target ALL_BUILD --config Debug -DCMAKE_GENERATOR_PLATFORM=x64 build_script: - cd ..