diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-09-24 19:15:10 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-09-30 22:57:10 +0200 |
commit | 79ea0c765b72ec6bd2272c902a857f64b1bc79dc (patch) | |
tree | ec962ed8d59403e9d18a63e1e39e7a2230cff73b /appveyor.yml | |
parent | b59c1e65505578a8f45545b1bd8aa12c3b70eb80 (diff) | |
download | curl-79ea0c765b72ec6bd2272c902a857f64b1bc79dc.tar.gz |
AppVeyor: remove MSYS2_ARG_CONV_EXCL for winbuild
It's only used for MSYS2 with MinGW.
Closes
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 54e10bcc7..899764ec2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -103,7 +103,6 @@ environment: OPENSSL: ON WINSSL: OFF TESTING: OFF - MSYS2_ARG_CONV_EXCL: "/*" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017" BUILD_SYSTEM: VisualStudioSolution PRJ_CFG: "DLL Debug - DLL Windows SSPI - DLL WinIDN" |