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%