We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c5d89 commit 1658541Copy full SHA for 1658541
Configure.pl
@@ -215,7 +215,8 @@
215
my $moar_path = gen_moar($moar_want, %config, %options);
216
if (!$moar_path) {
217
push @errors,
218
- "No suitable MoarVM (moar executable) found using the --prefix";
+ "No suitable MoarVM (moar executable) found using the --prefix\n" .
219
+ "(You can get a MoarVM built automatically with --gen-moar.)";
220
}
221
sorry(@errors) if @errors;
222
$config{'make'} = $^O eq 'MSWin32' ? 'nmake' : 'make';
0 commit comments