From 590de1642e21efc2e4d83774110e0e0fcb09dfbb Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 30 Jul 2022 21:16:10 +0100 Subject: [PATCH] MS_WIN64 no longer needed on Appveyor MinGW for Python Not sure why - 64bit must be default now. Fixes Appveyor and Python C++20 tests as the -std=c++20 flags were not being passed to the compiler. --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3a25ed199..152336be4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -138,9 +138,6 @@ install: $env:MSYSTEM="MINGW$env:MBITS" # This is important for msys2 $env:CC="gcc" $env:CXX="g++" - if ($env:MBITS -eq "64" -and $env:SWIGLANG -eq "python") { - $env:CHECK_OPTIONS2="CFLAGS+=-DMS_WIN64 CXXFLAGS+=-DMS_WIN64" - } } - if "%OSVARIANT%"=="" bash -c "cd /usr/bin && curl --retry 15 -s -L https://github.com/swig/cccl/archive/cccl-1.2.tar.gz | tar -xz --strip 1 cccl-cccl-1.2/cccl" - if "%OSVARIANT%"=="" call "%VCVARSBAT%" %VCVARSARG%