Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use || instead of 'defined or' to work on older perls
  • Loading branch information
FROGGS committed Jun 18, 2015
1 parent 61b5259 commit 0dd9463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -214,7 +214,7 @@
}
sorry(@errors) if @errors;
$config{'make'} = `$moar_path --libpath="src/vm/moar/stage0" "src/vm/moar/stage0/nqp.moarvm" -e "print(nqp::backendconfig()<make>)"`
// 'make';
|| 'make';
$config{moar} = $moar_path;
fill_template_file(
'tools/build/Makefile-Moar.in',
Expand Down

0 comments on commit 0dd9463

Please sign in to comment.