Fix boehm on Windows i386 builds (#17901)
commitbdf4790fa061704a6e40d55c07b214961e5083cc
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 25 Nov 2019 17:58:42 +0000 (25 18:58 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2019 17:58:42 +0000 (25 18:58 +0100)
treef27e93c85c042726fb1fb8c6901653aef34bcd36
parentb42845c56750747af754e57983fe51a6c85bac4e
Fix boehm on Windows i386 builds (#17901)

After https://github.com/mono/mono/pull/16832 was merged the run-msbuild.bat
script has an additional required parameter for specifying the GC.

However the script only passed the MONO_TARGET_GC property to msbuild
if the script had no additional parameters which doesn't make sense.

Always pass the parameter, this should fix the boehm build on Windows i386.
msvc/run-msbuild.bat