We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a3fd40 + 532565a commit 93569f7Copy full SHA for 93569f7
external/buildscripts/build.pl
@@ -437,7 +437,7 @@
437
if($windowsSubsystemForLinux)
438
{
439
#Windows subsystem needs to run bootstrap, and make needs to be run with -i due to one doc failing to build
440
- system("./bootstrap.sh") eq 0 or die ("failed to bootstrap automake\n");
+ system("./bootstrap") eq 0 or die ("failed to bootstrap automake\n");
441
$automakeMakeFlags = "-i";
442
}
443
system("./configure --prefix=$builtToolsDir") eq 0 or die ("failed to configure automake\n");
0 commit comments