Skip to content

Commit

Permalink
Make perl6 find BOOTSTRAP.moarvm even when relocated using --nqp-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr authored and PatZim committed Mar 20, 2019
1 parent b989882 commit e27c1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/create-moar-runner.p6
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ else {
done
DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null && pwd )"
exec $DIR/moar --execname="$0" --libpath="$DIR/../share/nqp/lib" --libpath="$DIR/../share/perl6/lib" --libpath="$DIR/../share/perl6/runtime" $DIR/../share/perl6/runtime/perl6.moarvm "$@"
exec $DIR/moar --execname="$0" --libpath="$DIR/../share/nqp/lib" --libpath="$DIR/../share/perl6/lib" --libpath="$DIR/../share/perl6/runtime" $DIR/../share/perl6/runtime/perl6.moarvm --nqp-lib="$DIR/../share/nqp/lib" "$@"
EOS
}
else {
Expand Down

0 comments on commit e27c1ec

Please sign in to comment.