diff --git a/build.pl b/build.pl index 9f7f5d4..955618a 100644 --- a/build.pl +++ b/build.pl @@ -321,6 +321,9 @@ if ($build) } else { + # Fixes a line ending issue that happens on windows when we try to run autogen.sh + $ENV{'SHELLOPTS'} = "igncr"; + push @configureparams, "--host=$monoHostArch-pc-mingw32"; }