From 07da0039d3f496871d746305fbbf76ee9bde9862 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 9 Nov 2019 15:01:15 -0500 Subject: Link with setargv or wsetargv with MSVC (fixes #224) For wildcard expansion to work properly with the msvc binary, it is necessary to link with setargv.obj or wsetargv.obj, depending on whether wmain is in use. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b1fe722..8f022485 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,7 @@ jobs: buildPlatform: Linux - job: Windows pool: + # If updating this, see note in TODO about MSVC wildcard expansion. vmImage: windows-2019 strategy: matrix: -- cgit v1.2.3-54-g00ecf