Skip to content

Commit 1658541

Browse files
committed
Give a hint about --gen-moar when no moar is found
1 parent 05c5d89 commit 1658541

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Configure.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@
215215
my $moar_path = gen_moar($moar_want, %config, %options);
216216
if (!$moar_path) {
217217
push @errors,
218-
"No suitable MoarVM (moar executable) found using the --prefix";
218+
"No suitable MoarVM (moar executable) found using the --prefix\n" .
219+
"(You can get a MoarVM built automatically with --gen-moar.)";
219220
}
220221
sorry(@errors) if @errors;
221222
$config{'make'} = $^O eq 'MSWin32' ? 'nmake' : 'make';

0 commit comments

Comments
 (0)