Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #194 from jaffa4/nom
D:\src\rakudo>perl ConfigureJVM.pl
  • Loading branch information
lizmat committed Aug 19, 2013
2 parents 13f2f97 + 366f5d7 commit 8f64f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigureJVM.pl
Expand Up @@ -56,7 +56,7 @@
}

# require --with-nqp or --gen-nqp or find executable nqp at default locaton
if (!defined $gen_nqp && !defined $options{'with-nqp'} && ! -x $with_nqp) {
if (!defined $gen_nqp && !defined $options{'with-nqp'} && ! -x $with_nqp && !-x $with_nqp.".bat") {
die("$with_nqp is not executable; use --with-nqp or use --gen-nqp");
}

Expand Down

0 comments on commit 8f64f1e

Please sign in to comment.