Fix line ending error on windows
This commit is contained in:
Родитель
9f669d7798
Коммит
9111e4544d
3
build.pl
3
build.pl
|
@ -321,6 +321,9 @@ if ($build)
|
||||||
}
|
}
|
||||||
else
|
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";
|
push @configureparams, "--host=$monoHostArch-pc-mingw32";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче